With the OIDC-conformant pipeline, :Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Will no longer be returned when using the implicit grant for authentication.
- Can be used by confidential applications.
- Can be used with Refresh Token Rotation by public applications when using the Authorization Code Flow with PKCE.
- Should use the
/oauth/tokenendpoint to get new tokens because the/delegationendpoint is deprecated.
Legacy (delegation)
OIDC-conformant (token endpoint)
audienceandclient_secretparameters are optional.client_secretis not needed when requesting arefresh_tokenfor a public application.