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

# LoginEnrollOptions

選択したMFA認証要素で続行するためのオプション

```ts Example theme={null}
export interface LoginEnrollOptions {
  /** ログインに使用する認証要素を示すアクション */
  action: MfaLoginFactorType;
  /** 追加のカスタムオプション */
  [key: string]: string | number | boolean | undefined;
}
```

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

<ParamField body="action" type={<span><a href="/docs/ja-jp/libraries/acul/js-sdk/Screens/type-aliases/MfaLoginFactorType">MfaLoginFactorType</a></span>}>
  ログインに使用する認証要素を示すアクション
</ParamField>
