AuthenticationSession
Represents a session of a currently logged in user.
Properties
Link copied to clipboard
The access token. This token should be used to authenticate requests to a service. Popularized by OAuth.
Link copied to clipboard
The account associated with the session.
Link copied to clipboard
The permissions granted by the session's access token. Available scopes are defined by the AuthenticationProvider.