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
client_id: string
Optional email?: string
Optional mfa_choice?: string
Optional mfa_code?: string
Optional new_password?: string
Optional phone_number?: string
Optional scope?: string
Optional username?: string
Challenge