Skip to content

Commit d7459c0

Browse files
Copyedit headings and style
1 parent e1b3531 commit d7459c0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/docs/authenticate/device-authorization-flow/troubleshooting.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
page_id: 545c511c-ce01-4251-be2a-d04407820d6f
3-
title: Troubleshooting & common errors
3+
title: Troubleshooting device authorization
44
sidebar:
55
order: 6
66
relatedArticles:
@@ -9,9 +9,9 @@ relatedArticles:
99
- de937e16-8094-4aad-ada9-e6a37d74f508
1010
---
1111

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.
1313

14-
## Common error codes
14+
## Common error codes during device authorization
1515

1616
### authorization_pending
1717

@@ -77,7 +77,7 @@ if (error === "expired_token") {
7777
}
7878
```
7979

80-
## Polling mistakes
80+
## Polling mistakes during device authorization
8181

8282
### Too frequent polling
8383

@@ -103,7 +103,7 @@ function pollForToken(deviceCode) {
103103
}
104104
```
105105

106-
### Not handling slow_down properly
106+
### Not handling `slow_down` properly
107107

108108
**Problem**: Not increasing the interval when receiving `slow_down` errors.
109109

@@ -160,7 +160,7 @@ function pollForToken(deviceCode) {
160160
}
161161
```
162162

163-
## Network issues
163+
## Network issues during device authorization
164164

165165
### Connection timeouts
166166

0 commit comments

Comments
 (0)