Introduction
<insert>In the OAS document, security schemes describe the type of authenticator being used and how API clients using them must authenticate themselves.
Properties configuration
oauth2Depending on the authentication method defined in the OAS document, configure the following possible properties:
- Grant Type: Select the method the application uses to obtain an access token.
...
- Client Secret: The Client Secret (password) provisioned by the OpenID provider when the client was is registered.
- Code Challenge Method:
- Callback URL: URL to which Auth0 redirects users after they authenticate.
...