StoredToken

data class StoredToken(val accessToken: String, val tokenType: String, val expiresAt: Long?, val refreshToken: String?)

Constructors

Link copied to clipboard
constructor(accessToken: String, tokenType: String, expiresAt: Long?, refreshToken: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard