Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Interface for untrusted data specific to mfa-sms-challenge screen
Example
export interface UntrustedDataMembersOnMfaSmsChallenge extends UntrustedDataMembers {
  submittedFormData: {
    rememberDevice: boolean;
  } | null;
}

Properties

authorizationParams
{[key: ext-${string} ]: string; login_hint?: string; screen_hint?: string; ui_locales?: string; }
submittedFormData
rememberDevice