Type alias RespondToChallengeArg

RespondToChallengeArg: {
    formParams: {
        challenge: string;
        client_id: string;
        email?: string;
        mfa_choice?: string;
        mfa_code?: string;
        new_password?: string;
        phone_number?: string;
        scope?: string;
        username?: string;
    };
}

Type declaration

  • formParams: {
        challenge: string;
        client_id: string;
        email?: string;
        mfa_choice?: string;
        mfa_code?: string;
        new_password?: string;
        phone_number?: string;
        scope?: string;
        username?: string;
    }
    • challenge: string

      Challenge

    • client_id: string

      Client ID

    • Optional email?: string

      Email

    • Optional mfa_choice?: string

      MFA choice: software or sms

    • Optional mfa_code?: string

      MFA code

    • Optional new_password?: string

      New password

    • Optional phone_number?: string

      Phone number

    • Optional scope?: string

      (Staff Only) Scope

    • Optional username?: string

      Username