Skip to main content
Interface for the screen data specific to mfa-push-challenge-push screen
Example
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

captcha
captchaImage
string
captchaProvider
string
captchaSiteKey
string
data
deviceName

Type Declaration

{ deviceName: string; showRememberDevice?: boolean; }

deviceName

The name of the device receiving the push notification

showRememberDevice?

Whether to show the remember device optionnull
isCaptchaAvailable
boolean
name
string
texts
Record