Passer au contenu principal
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
}

Autorisations

Authorization
string
header
requis

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

Réponse

Paramètres de l’invite récupérés avec succès.

identifier_first
boolean

Indique si l’identifiant d’abord est activé ou non

universal_login_experience
enum<string>

Expérience de connexion à utiliser. Peut être new ou classic.

Options disponibles:
new,
classic
webauthn_platform_first_factor
boolean

Utiliser WebAuthn avec la biométrie de l’appareil comme premier facteur d’authentification