Skip to content

Commit 3b0e8f6

Browse files
Code rabbit suggestion
1 parent da048a1 commit 3b0e8f6

File tree

1 file changed

+3
-1
lines changed
  • src/content/docs/authenticate/device-authorization-flow

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,12 @@ Kinde's device authorization flow adheres to `RFC 8628`, also known as the OAuth
6969
{
7070
"access_token": "eyJ...",
7171
"expires_in": 86400,
72-
"scope": "", // granted scopes are in the access token
72+
"scope": "",
7373
"token_type": "bearer"
7474
}
7575
```
76+
The scope field may be empty because granted scopes are carried in the access token’s scope claim.
77+
7678

7779
**Example error response**:
7880

0 commit comments

Comments
 (0)