> ## 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.

# LoginEnrollOptions

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

```ts Example theme={null}
export interface LoginEnrollOptions {
  /** ログインに使用する認証要素を示すAction */
  action: MfaLoginFactorType;
  /** 追加のカスタムオプション */
  [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/MfaLoginFactorType">MfaLoginFactorType</a></span>}>
  ログインに使用する認証要素を示す値
</ParamField>
