Skip to main content
Interface defining the available methods and properties for the mfa-push-enrollment-qr screen
Example
export interface MfaPushEnrollmentQrMembers extends BaseMembers {
  screen: ScreenMembersOnMfaPushEnrollmentQr;
  /**
   * Navigates to the authenticator selection screen.
   * @param payload Optional custom options to include with the request
   */
  pickAuthenticator(payload?: CustomOptions): Promise<void>;

  pollingManager(options: MfaPollingOptions): MfaPushPollingControl;
  
}

Properties

branding
client
organization
prompt
screen
tenant
transaction
untrustedData
user

Methods

pickAuthenticator
Promise<void>
Navigates to the authenticator selection screen.
pollingManager