You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/authenticate/device-authorization-flow/troubleshooting.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
page_id: 545c511c-ce01-4251-be2a-d04407820d6f
3
-
title: Troubleshooting & common errors
3
+
title: Troubleshooting device authorization
4
4
sidebar:
5
5
order: 6
6
6
relatedArticles:
@@ -9,9 +9,9 @@ relatedArticles:
9
9
- de937e16-8094-4aad-ada9-e6a37d74f508
10
10
---
11
11
12
-
This guide helps you diagnose and resolve common issues with Device Authorization Flow. Learn how to handle errors, debug problems, and implement proper error recovery.
12
+
This guide helps you diagnose and resolve common issues with device authorization flow. Learn how to handle errors, debug problems, and implement proper error recovery.
13
13
14
-
## Common error codes
14
+
## Common error codes during device authorization
15
15
16
16
### authorization_pending
17
17
@@ -77,7 +77,7 @@ if (error === "expired_token") {
77
77
}
78
78
```
79
79
80
-
## Polling mistakes
80
+
## Polling mistakes during device authorization
81
81
82
82
### Too frequent polling
83
83
@@ -103,7 +103,7 @@ function pollForToken(deviceCode) {
103
103
}
104
104
```
105
105
106
-
### Not handling slow_down properly
106
+
### Not handling `slow_down` properly
107
107
108
108
**Problem**: Not increasing the interval when receiving `slow_down` errors.
109
109
@@ -160,7 +160,7 @@ function pollForToken(deviceCode) {
0 commit comments