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

> Authentication API と Management API を使用して MFA の認証要素を管理する方法について説明します。

# API を使用した認証要素の管理

Auth0 では、<Tooltip tip="多要素認証（MFA）: SMS で送信されるコードなど、ユーザー名とパスワードに加えて別の認証要素を使用するユーザー認証プロセス。" cta="用語集を見る" href="/ja/docs/glossary?term=MFA">MFA</Tooltip> の認証要素をユーザー自身または管理者が管理できるよう、2 種類の API を提供しています。

<div id="auth0-authentication-api">
  ## Auth0 Authentication API
</div>

[Authentication API の多要素認証エンドポイント](https://auth0.com/docs/api/authentication#multi-factor-authentication)を使用すると、ユーザーが自身の MFA 認証要素を管理できるようになります。

この方法では、<Tooltip tip="Resource Owner: 保護されたリソースへのアクセスを許可できるエンティティ（ユーザーやアプリケーションなど）。" cta="用語集を見る" href="/ja/docs/glossary?term=Resource+Owner">Resource Owner</Tooltip> Password Grant (ROPG) 認証フローを使用して認証します。詳細については、[Authentication API を使用した認証要素の管理](/ja/docs/secure/multi-factor-authentication/manage-mfa-auth0-apis/manage-authenticator-factors-mfa-api)を参照してください。

<div id="auth0-management-api">
  ## Auth0 Management API
</div>

[Management API のユーザーエンドポイント](https://auth0.com/docs/api/management/v2)を使用して、ユーザーの MFA 認証要素を管理します。

この方法では、機密アプリケーションを使用して認証する必要があります。詳しくは、[Management API で認証方法を管理する](/ja/docs/secure/multi-factor-authentication/manage-mfa-auth0-apis/manage-authentication-methods-with-management-api)を参照してください。

<div id="learn-more">
  ## 詳細
</div>

* [Management API で認証方法を管理する](/ja/docs/secure/multi-factor-authentication/manage-mfa-auth0-apis/manage-authentication-methods-with-management-api)
* [Authentication API で認証要素を管理する](/ja/docs/secure/multi-factor-authentication/manage-mfa-auth0-apis/manage-authenticator-factors-mfa-api)
