メインコンテンツへスキップ
GET
https://{tenantDomain}/api/v2
/
prompts
Go
package example

import (
    context "context"

    client "github.com/auth0/go-auth0/management/management/client"
    option "github.com/auth0/go-auth0/management/management/option"
)

func do() {
    client := client.NewClient(
        option.WithToken(
            "<token>",
        ),
    )
    client.Prompts.GetSettings(
        context.TODO(),
    )
}
{
  "identifier_first": true,
  "webauthn_platform_first_factor": true
}

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

レスポンス

プロンプト設定を正常に取得しました。

identifier_first
boolean

identifier first が有効かどうか

universal_login_experience
enum<string>

使用するログインエクスペリエンス。new または classic を指定できます。

利用可能なオプション:
new,
classic
webauthn_platform_first_factor
boolean

最初の認証要素としてデバイス生体認証を使用する WebAuthn を使用する