Represents a session of a currently logged in user.

Fields

finalread onlyscopes:ReadOnlyArray<String>

The permissions granted by the session's access token. Available scopes are defined by the {@link AuthenticationProvider}.

finalread onlyid:String

The identifier of the authentication session.

finalread onlyaccount:AuthenticationSessionAccountInformation

The account associated with the session.

finalread onlyaccessToken:String

The access token.