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

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

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

Auth0 SDK を使用すると、ユーザー向けの <Tooltip tip="多要素認証（MFA）: SMS で送信される code など、username とパスワードに加えて認証要素を使用するユーザー認証プロセス。" cta="用語集を表示" href="/ja/docs/glossary?term=multi-factor+authentication">多要素認証</Tooltip> (MFA) エクスペリエンスをカスタマイズできるほか、多要素認証機能を活用したアプリケーションを構築することもできます。

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

[MFA API](/ja/docs/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 Client library](https://github.com/auth0/auth0-guardian.js)
* [Create Custom MFA Widget](https://github.com/auth0/auth0-guardian.js/tree/master/example)

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

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

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

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

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

<div id="learn-more">
  ## 詳しくはこちら
</div>

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