Options for confirming logout
export interface ConfirmLogoutOptions extends CustomOptions {
/** The authentication transaction state */
action: 'accept' | 'deny';
}
Indexable
[key: string]: string | number | boolean | undefined
Properties
The authentication transaction state