Type alias MfaSetup

MfaSetup: {
    challenge: string;
    message: string;
    session_token?: string;
}

Type declaration

  • challenge: string

    Challenge code, a unique identifier for the type of challenge

  • message: string

    Message to display to the user

  • Optional session_token?: string

    Session token to use for enabling MFA