ExtraIdentityDetails

interface ExtraIdentityDetails

Provides some optional extra properties related to the identity of an authenticated user, in case of an authentication based on the OAuth2Method.

Properties

Link copied to clipboard
abstract val oauthAccessToken: String?

OAuth2 access token.

Link copied to clipboard
abstract val oauthExpiresIn: Long?

Validity duration (expressed in seconds) of the OAuth2 access token.

Link copied to clipboard
abstract val oauthRefreshToken: String?

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