AuthenticationGetSessionOptions

Properties

Link copied to clipboard

The account that you would like to get a session for. This is passed down to the Authentication Provider to be used for creating the correct session.

Link copied to clipboard

Whether the existing session preference should be cleared.

Link copied to clipboard
abstract var createIfNone: JsAny?

Whether login should be performed if there is no matching session.

Link copied to clipboard
abstract var forceNewSession: JsAny?

Whether we should attempt to reauthenticate even if there is already a session available.

Link copied to clipboard
abstract var silent: Boolean?

Whether we should show the indication to sign in in the Accounts menu.