Saltar al contenido 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
}

Autorizaciones

Authorization
string
header
requerido

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

Respuesta

La configuración de los prompts se recuperó correctamente.

identifier_first
boolean

Indica si identifier first está habilitado o no

universal_login_experience
enum<string>

Qué experiencia de Login usar. Puede ser new o classic.

Opciones disponibles:
new,
classic
webauthn_platform_first_factor
boolean

Use WebAuthn with Device Biometrics como primer factor de autenticación