Initializes a new instance of the ResetPasswordMfaPhoneChallenge
class.
It retrieves the screen context and sets up the screen-specific properties.
Access to client-specific information (e.g., client ID, name).
Access to organization-specific information, if applicable.
Access to prompt details (e.g., prompt name).
Holds the specific screen data and properties, processed by ScreenOverride.
Access to the current transaction details (e.g., state, errors).
Static
screenThe unique identifier for this screen, used internally and for telemetry.
Sends the verification code to the user's phone via the selected method (SMS or Voice). Corresponds to the 'Continue' action in the OpenAPI definition (action: 'default').
Contains the delivery type (sms
or voice
) and any optional custom data.
A promise resolving upon successful submission to the server.
Initiates the process for the user to select a different MFA authenticator. Corresponds to the 'Try Another Method' action in the OpenAPI definition (action: 'pick-authenticator').
Contains the current challenge type (sms
or voice
) as required by the API, and any optional custom data.
A promise resolving upon successful submission to the server.
ResetPasswordMfaPhoneChallenge