Options for continuing with factor enrollment

interface MfaEnrollOptions {
    action: FactorType;
    [key: string]:
        | string
        | number
        | boolean
        | undefined;
}

Indexable

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

    Any additional custom options

Properties

Properties

action: FactorType

The action indicating which factor to enroll