Skip to main content
type MfaListener = (context: MfaVerificationContext) => void;
Listener function called when MFA verification is required. The consumer should show their custom MFA UI and call initiateMfaVerification/submitMfaVerification.

Parameters

ParameterType
contextMfaVerificationContext

Returns

void