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; }
Show Parameters
Show properties
continue()
status
responseText
Was this page helpful?