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.Guardian.Factors.Sms.GetSelectedProvider(
context.TODO(),
)
}{
"provider": "auth0"
}This endpoint has been deprecated. To complete this action, use the Retrieve phone configuration endpoint instead.
Previous functionality: Retrieve details for the multi-factor authentication SMS provider configured for your tenant.
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.Guardian.Factors.Sms.GetSelectedProvider(
context.TODO(),
)
}{
"provider": "auth0"
}Documentation Index
Fetch the complete documentation index at: https://auth0-feat-custom-rate-limit-policies.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Cette page vous a-t-elle été utile ?