OAuthSession

data class OAuthSession(var accessToken: ExpiryValue<String>, val refreshToken: String)

Contains the access token and the refresh token.

Constructors

Link copied to clipboard
constructor(accessToken: ExpiryValue<String>, refreshToken: String)

Properties

Link copied to clipboard
Link copied to clipboard