AccessTokenVerifyResult
public struct AccessTokenVerifyResult : Codable
Represents a response to the GetVerifyTokenRequest method.
-
The channel ID bound to the access token.
Declaration
Swift
public let channelID: String -
Valid permissions of the access token.
Declaration
Swift
public let permissions: [LoginPermission] -
The amount of time until the access token expires.
Declaration
Swift
public let expiresIn: TimeInterval
View on GitHub
AccessTokenVerifyResult Structure Reference