SessionToken
public struct SessionToken
Contains the token string and the claims for the token.
-
The token string if available.
Declaration
Swift
public let tokenString: String? -
The claims associated with this token.
Declaration
Swift
public var claims: [String : AnyObject]? { get }
View on GitHub
Install in Dash
SessionToken Structure Reference