Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.authentication-provider-authentication-sessions-change-event

An {@link Event } which fires when an {@link AuthenticationSession } is added, removed, or changed.

An {@link Event } which fires when an {@link AuthenticationSession } is added, removed, or changed.
raw docstring

addedcljs

(added authentication-provider-authentication-sessions-change-event)

The {@link AuthenticationSession AuthenticationSessions} of the {@link AuthenticationProvider } that have been added.

Returns: readonly AuthenticationSession[] | undefined

The {@link AuthenticationSession AuthenticationSessions} of the {@link AuthenticationProvider } that have been added.

**Returns:** `readonly AuthenticationSession[] | undefined`
sourceraw docstring

changedcljs

(changed authentication-provider-authentication-sessions-change-event)

The {@link AuthenticationSession AuthenticationSessions} of the {@link AuthenticationProvider } that have been changed. A session changes when its data excluding the id are updated. An example of this is a session refresh that results in a new access token being set for the session.

Returns: readonly AuthenticationSession[] | undefined

The {@link AuthenticationSession AuthenticationSessions} of the {@link AuthenticationProvider } that have been changed.
A session changes when its data excluding the id are updated. An example of this is a session refresh that results in a new
access token being set for the session.

**Returns:** `readonly AuthenticationSession[] | undefined`
sourceraw docstring

removedcljs

(removed authentication-provider-authentication-sessions-change-event)

The {@link AuthenticationSession AuthenticationSessions} of the {@link AuthenticationProvider } that have been removed.

Returns: readonly AuthenticationSession[] | undefined

The {@link AuthenticationSession AuthenticationSessions} of the {@link AuthenticationProvider } that have been removed.

**Returns:** `readonly AuthenticationSession[] | undefined`
sourceraw docstring

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

× close