> ## Documentation Index
> Fetch the complete documentation index at: https://auth0-docs-event-stream-action-templates.mintlify.site/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/glossary?term=multifactor-authentication" tip="多要素認証（MFA）: ユーザー名とパスワードに加えて、SMS経由のコードなどの要素を使用するユーザー認証プロセス。" cta="用語集の表示">MFA</Tooltip>）エクスペリエンスをカスタマイズしたり、多要素機能に基づいてアプリケーションを構築したりすることもできます。

## MFA API

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

## カスタムMFAページを作成する

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

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

## カスタム登録を作成する

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

## カスタムモバイルアプリケーションの構築

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

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

## もっと詳しく

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