AuthenticationProvider
A provider for performing authentication to a service.
Properties
Link copied to clipboard
An Event which fires when the array of sessions has changed, or data within a session has changed.
Functions
Link copied to clipboard
abstract fun createSession(scopes: ReadonlyArray<JsString>, options: AuthenticationProviderSessionOptions): PromiseLike<AuthenticationSession>
Prompts a user to login.
Link copied to clipboard
abstract fun getSessions( scopes: ReadonlyArray<JsString>?, options: AuthenticationProviderSessionOptions): PromiseLike<ReadonlyArray<AuthenticationSession>>
Get a list of sessions.
Link copied to clipboard
Removes the session corresponding to session id.