LoginSettings
public class LoginSettings : Codable
Undocumented
-
The user’s access token.
Declaration
Swift
public let accessToken: String
-
Access token type.
Declaration
Swift
public let accessTokenType: String
-
Date when the access token was retrieved.
Declaration
Swift
public let createdAt: TimeInterval
-
Access scopes.
Declaration
Swift
public var scopes: [AccessScope] { get }