We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d253e17 commit f94c617Copy full SHA for f94c617
content/en/developers/authorization/oauth2_endpoints.md
@@ -29,7 +29,7 @@ In the authorization request, the application constructs the redirect URI by add
29
|---------------------------------------------|-----------------------------------------------------------------------------------------------------------|
30
| `redirect_uri` | Your application's redirection endpoint after a user grants or denies access. |
31
| `client_id` | The Client ID of your OAuth2 client. |
32
-| `response_type` | The response type must be code for this grant flow. |
+| `response_type` | The response type must be `code` for this grant flow. |
33
| `code_challenge` (if PKCE is enabled) | A transformation of `code_verifier`. Datadog recommends using `SHA-256` to compute the code challenge. |
34
| `code_challenge_method` (if PKCE is enabled) | The method used to compute the code challenge. `SHA-256`, or `S256`, is supported. |
35
0 commit comments