Represents a session of a currently logged in user.
Represents a session of a currently logged in user.
(access-token authentication-session)
The access token.
Returns: string
The access token. **Returns:** `string`
(account authentication-session)
The account associated with the session.
Returns: AuthenticationSessionAccountInformation
The account associated with the session. **Returns:** `AuthenticationSessionAccountInformation`
(id authentication-session)
The identifier of the authentication session.
Returns: string
The identifier of the authentication session. **Returns:** `string`
(scopes authentication-session)
The permissions granted by the session's access token. Available scopes are defined by the {@link AuthenticationProvider }.
Returns: readonly string[]
The permissions granted by the session's access token. Available scopes are defined by the {@link AuthenticationProvider }. **Returns:** `readonly string[]`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close