Skip to main content
Options for confirming logout
Example
export interface ConfirmLogoutOptions extends CustomOptions {
  /** The authentication transaction state */
  action: 'accept' | 'deny';
}

Indexable

[key: string]: string | number | boolean | undefined

Properties

action
"accept"
The authentication transaction state