Skip to main content

token-properties

rawValue

public let rawValue: String

userId

public let userId: UserId

expiration

public let expiration: Date?

isExpired

public var isExpired: Bool 

anonymous

The token that can be used when user is unknown.

static var anonymous: Self 

Is used by anonymous token provider.

Methods

development(userId:)

The token which can be used during the development.

static func development(userId: UserId) -> Self 

Did you find this page helpful?