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 the screen data specific to mfa-push-challenge-push screen
export interface ScreenMembersOnMfaPushChallengePush extends ScreenMembers {
data: {
/** The name of the device receiving the push notification */
deviceName: string;
/** Whether to show the remember device option */
showRememberDevice?: boolean;
} | null;
}
Properties
Type Declaration
{ deviceName: string; showRememberDevice?: boolean; }deviceName
The name of the device receiving the push notificationshowRememberDevice?
Whether to show the remember device optionnull