Options for continuing with a selected MFA factor
export interface LoginEnrollOptions {
/** The action indicating which factor to use for login */
action: MfaLoginFactorType;
/** Any additional custom options */
[key: string]: string | number | boolean | undefined;
}
Indexable
[key: string]: string | number | boolean | undefined
Any additional custom options
Properties
The action indicating which factor to use for login