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>;}