interface ExtraIdentityDetails
Provides some optional extra properties related to the identity of an authenticated user.
abstract val oauthAccessToken: String?
OAuth2 access token, provided in case of an authentication based on the OAuth2Method. |