Skip to content

Commit f94c617

Browse files
authored
Update oauth2_endpoints.md (#28873)
1 parent d253e17 commit f94c617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/developers/authorization/oauth2_endpoints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In the authorization request, the application constructs the redirect URI by add
2929
|---------------------------------------------|-----------------------------------------------------------------------------------------------------------|
3030
| `redirect_uri` | Your application's redirection endpoint after a user grants or denies access. |
3131
| `client_id` | The Client ID of your OAuth2 client. |
32-
| `response_type` | The response type must be code for this grant flow. |
32+
| `response_type` | The response type must be `code` for this grant flow. |
3333
| `code_challenge` (if PKCE is enabled) | A transformation of `code_verifier`. Datadog recommends using `SHA-256` to compute the code challenge. |
3434
| `code_challenge_method` (if PKCE is enabled) | The method used to compute the code challenge. `SHA-256`, or `S256`, is supported. |
3535

0 commit comments

Comments
 (0)