TokenResult

data class TokenResult(val token: String?, val expiresAt: String?)

Constructors

Link copied to clipboard
fun TokenResult(token: String?, expiresAt: String?)

Properties

Link copied to clipboard
@SerializedName(value = "expiresAt")
val expiresAt: String?
Link copied to clipboard
@SerializedName(value = "token")
val token: String?