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