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 { /** * 選択した認証要素で登録プロセスを続行します * @param payload 選択した認証要素を含む登録オプション */ enroll(payload: MfaEnrollOptions): Promise<void>; }
Show パラメーター