Interface: AuthenticationSession
Represents a session of a currently logged in user.
Properties
accessToken
readonlyaccessToken:string
The access token.
Defined in
packages/extension-api/src/extension-api.d.ts:3715
account
readonlyaccount:AuthenticationSessionAccountInformation
The account associated with the session.
Defined in
packages/extension-api/src/extension-api.d.ts:3720
id
readonlyid:string
The identifier of the authentication session.
Defined in
packages/extension-api/src/extension-api.d.ts:3710
scopes
readonlyscopes: readonlystring[]
The permissions granted by the session's access token. Available scopes are defined by the AuthenticationProvider.