Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface MfaBeginEnrollOptionsMembers extends BaseMembers { /** * Poursuit le processus d'inscription avec le facteur sélectionné * @param payload Les options d'inscription incluant le facteur sélectionné */ enroll(payload: MfaEnrollOptions): Promise<void>; }
Show Paramètres