CustomerToken
open class CustomerToken : Codable
Represents a CustomerToken
in Moltin
-
The ID of this token
Declaration
Swift
public var id: String?
-
The customer ID assigned to this token
Declaration
Swift
public var customerID: String?
-
The JWT token
Declaration
Swift
public var token: String?
-
The expiry timestamp
Declaration
Swift
public var expires: Int?