ReadonlyidReadonlylabelReadonlyonAn event which fires when the array of sessions has changed, or data within a session has changed.
ReadonlysupportsPrompts a user to login.
A scope list of permissions requested or a WWW-Authenticate request.
The options for createing the session
A promise that resolves to an authentication session.
Get a list of sessions.
Optionalscopes: string[]Optional scope list of permissions requested or WWW-Authenticate request.
Optionalaccount: AuthenticationSessionAccountInformationThe optional account that you would like to get the session for
A promise that resolves to an array of authentication sessions.
Removes the session corresponding to session id.
The id of the session to remove.
Our authentication provider should at least contain the following information:
Additionally, we provide the possibility to sign out of a specific account name.