Skip to main content
MFA Begin Enroll Options screen members interface
Example
export interface MfaBeginEnrollOptionsMembers extends BaseMembers {
  /**
   * Continues the enrollment process with the selected factor
   * @param payload The enrollment options including the selected factor
   */
  enroll(payload: MfaEnrollOptions): Promise<void>;
}

Properties

branding
client
organization
prompt
screen
tenant
transaction
untrustedData
user

Methods

enroll
Promise<void>
Continues the enrollment process with the selected factor