TokenResponse
public struct TokenResponse : Codable
Token response
-
Token type
Declaration
Swift
public let type: String
-
The reference token
Declaration
Swift
public let token: String
-
The date/time the token will expire
Declaration
Swift
public let expiresOn: String