OAuthTokenAlt
@available(*, deprecated, message: "Gigya is no longer supported. Use OAuthToken")
public struct OAuthTokenAlt : Codable, AccessToken
OAuth token model returned by the server for gigya refresh token requests These OAuth tokens are Gigya tokens
-
The string value of the token.
Declaration
Swift
public var token: String -
timestamp of when this token expires, ms since epoch
Declaration
Swift
public var tokenExp: Milliseconds? -
Undocumented
Declaration
Swift
public var username: String? -
Undocumented
Declaration
Swift
public init(rawValue: String) -
Undocumented
Declaration
Swift
public var accessToken: String { get } -
Undocumented
Declaration
Swift
public var refreshToken: String? { get } -
Undocumented
Declaration
Swift
public func equals(_ other: AccessToken?) -> Bool
View on GitHub
OAuthTokenAlt Structure Reference