Skip to content

Commit deb0646

Browse files
authored
Merge branch 'main' into patch-1
2 parents 22a35ab + a1513aa commit deb0646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/developers/apps/authorizing-oauth-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Name | Type | Description
214214

215215
#### Rate limits for the device flow
216216

217-
When a user submits the verification code on the browser, there is a there is a rate limit of 50 submissions in an hour per application.
217+
When a user submits the verification code on the browser, there is a rate limit of 50 submissions in an hour per application.
218218

219219
If you make more than one access token request (`POST {% data variables.product.oauth_host_code %}/login/oauth/access_token`) within the required minimum timeframe between requests (or `interval`), you'll hit the rate limit and receive a `slow_down` error response. The `slow_down` error response adds 5 seconds to the last `interval`. For more information, see the [Errors for the device flow](#errors-for-the-device-flow).
220220

0 commit comments

Comments
 (0)