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

# 多要素認証の開発者リソース

> Auth0 MFA APIや多要素認証（MFA）用のGuardian SDKなどの開発者リソースについて説明します。

Auth0 SDKを使用すると、ユーザーの多要素認証（<Tooltip data-tooltip-id="react-containers-DefinitionTooltip-0" href="/docs/ja-JP/ja-jp/glossary?term=multifactor-authentication" tip="多要素認証（MFA）: ユーザー名とパスワードに加えて、SMS経由のコードなどの要素を使用するユーザー認証プロセス。" cta="用語集の表示">MFA</Tooltip>）エクスペリエンスをカスタマイズしたり、多要素機能に基づいてアプリケーションを構築したりすることもできます。

<div id="mfa-api">
  ## MFA API
</div>

[MFA API](/docs/ja-JP/ja-jp/secure/multi-factor-authentication/multi-factor-authentication-developer-resources/mfa-api)エンドポイントは、ユーザーが[トークンエンドポイント](https://auth0.com/docs/api/authentication#get-token)とやり取りするときにMFAを強制したり、MFA要素を登録および管理したりできるようになります。

<div id="create-custom-mfa-pages">
  ## カスタムMFAページを作成する
</div>

次のクライアントライブラリを使用して、MFAページの外観を組織に合わせてカスタマイズします。

* [Auth0 MFAクライアントライブラリ](https://github.com/auth0/auth0-guardian.js)
* [カスタムMFAウィジェットを作成する](https://github.com/auth0/auth0-guardian.js/tree/master/example)

<div id="create-custom-enrollments">
  ## カスタム登録を作成する
</div>

カスタム登録チケットを作成することで、ユーザーの[登録プロセスをカスタマイズ](/docs/ja-JP/ja-jp/secure/multi-factor-authentication/multi-factor-authentication-developer-resources/create-custom-enrollment-tickets)できます。

<div id="build-custom-mobile-applications">
  ## カスタムモバイルアプリケーションの構築
</div>

Guardianのようなカスタムアプリケーションを構築するか、SDKを使用してアプリケーションに多要素機能を追加します。

* [Android用Guardian](/docs/ja-JP/ja-jp/secure/multi-factor-authentication/auth0-guardian/guardian-for-android-sdk)
* [iOS用Guardian](/docs/ja-JP/ja-jp/secure/multi-factor-authentication/auth0-guardian/guardian-for-ios-sdk)

<div id="learn-more">
  ## もっと詳しく
</div>

* [Auth0 Guardian](/docs/ja-JP/ja-jp/secure/multi-factor-authentication/auth0-guardian)
* [Guardian for Android SDK](/docs/ja-JP/ja-jp/secure/multi-factor-authentication/auth0-guardian/guardian-for-android-sdk)
* [Guardian.swift iOS SDK](/docs/ja-JP/ja-jp/secure/multi-factor-authentication/auth0-guardian/guardian-for-ios-sdk)
* [Auth0 MFA APIについて](/docs/ja-JP/ja-jp/secure/multi-factor-authentication/multi-factor-authentication-developer-resources/mfa-api)
