ReadonlyaccessThe access token. This token should be used to authenticate requests to a service. Popularized by OAuth.
ReadonlyaccountThe account associated with the session.
ReadonlyidThe identifier of the authentication session.
Optional ReadonlyidThe ID token. This token contains identity information about the user. Popularized by OpenID Connect.
ReadonlyscopesThe permissions granted by the session's access token. Available scopes are defined by the AuthenticationProvider.
Represents a session of a currently logged in user.