Type alias DisableSoftwareMfaArg
DisableSoftwareMfaArg: {
formParams: {
client_id?: string;
email?: string;
phone_number?: string;
recovery_code?: string;
username?: string;
};
}
Type declaration
formParams: {
client_id?: string;
email?: string;
phone_number?: string;
recovery_code?: string;
username?: string;
}
Optional client_id?: string
Optional email?: string
Optional phone_number?: string
Optional recovery_code?: string
Optional username?: string
Client ID