AccessToken

interface AccessToken

Base interface for AccessToken. Implement this in concert with AccessTokenExtractor to provide a custom implementation

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val expiresIn: Long?
Link copied to clipboard
abstract val refreshToken: RefreshToken?
Link copied to clipboard
abstract val scope: String?
Link copied to clipboard
abstract val type: String?
Link copied to clipboard
abstract val value: String