> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MfaEnrollOptions

認証要素登録を続行するためのオプション

```ts Example theme={null}
export interface MfaEnrollOptions {
  /** 登録する認証要素を示すaction */
  action: MfaEnrollFactorType;
  /** 追加のカスタムオプション */
  [key: string]: string | number | boolean | undefined;
}
```

<div id="properties">
  ## プロパティ
</div>

<ParamField body="action" type={<span><a href="/ja/docs/libraries/acul/js-sdk/Screens/type-aliases/MfaEnrollFactorType">MfaEnrollFactorType</a></span>}>
  登録する認証要素を示すアクション
</ParamField>
