Documentation Index
Fetch the complete documentation index at: https://auth0.com/llms.txt
Use this file to discover all available pages before exploring further.
export interface ResetPasswordMfaSmsChallengeMembers extends BaseMembers {
screen: ScreenMembersOnResetPasswordMfaSmsChallenge;
continueMfaSmsChallenge(payload: MfaSmsChallengeOptions): Promise<void>;
resendCode(payload?: CustomOptions): Promise<void>;
tryAnotherMethod(payload?: CustomOptions): Promise<void>;
getACall(payload?: CustomOptions): Promise<void>;
/**
* Gets resend functionality with timeout management for this screen
* @param options Configuration options for resend functionality
*/
resendManager(options?: StartResendOptions): ResendControl;
}
Properties
Methods
Gets resend functionality with timeout management for this screen
Configuration options for resend functionalityProperties