AccessTokenId

com.worxbend.codeberg4s.users.social.SocialIds$package.AccessTokenId
object AccessTokenId

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def from(value: Long): Either[ValidationError, AccessTokenId]

Parses an access-token identifier. Rejects anything below 1.

Parses an access-token identifier. Rejects anything below 1.

Attributes

Returns

the identifier, or a ValidationError on the "accessTokenId" field

Extensions

Extensions

extension (id: AccessTokenId)
def value: Long

The identifier as a Long, ready to be rendered into a path segment.

The identifier as a Long, ready to be rendered into a path segment.

Attributes