Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.authentication-session

Represents a session of a currently logged in user.

Represents a session of a currently logged in user.
raw docstring

access-tokencljs

(access-token authentication-session)

The access token.

Returns: string

The access token.

**Returns:** `string`
sourceraw docstring

accountcljs

(account authentication-session)

The account associated with the session.

Returns: AuthenticationSessionAccountInformation

The account associated with the session.

**Returns:** `AuthenticationSessionAccountInformation`
sourceraw docstring

idcljs

(id authentication-session)

The identifier of the authentication session.

Returns: string

The identifier of the authentication session.

**Returns:** `string`
sourceraw docstring

scopescljs

(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[]`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close