ExtraIdentityDetails

interface ExtraIdentityDetails

Properties

Link copied to clipboard
abstract val oauthAccessToken: String?

OAuth2 access token.

Link copied to clipboard
abstract val oauthExpiresIn: String?

OAuth2 duration of time the access token is granted for.

Link copied to clipboard
abstract val oauthRefreshToken: String?

OAuth2 refresh token which applications can use to obtain another access token.