We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6eedd4 commit 825fb19Copy full SHA for 825fb19
docs/oauth2-oidc/device-authorization.mdx
@@ -93,7 +93,7 @@ user has completed the authorization process, by making a POST request with the
93
- `device_code`: The device code returned from the authorization request
94
- `grant_type`: This must always be `urn:ietf:params:oauth:grant-type:device_code`
95
96
-After the user grants permission, the authenicaton server sends an access token to the device, which is used to access the protected resource.
+After the user grants their consent, the authentication server sends an access token to the device, which is used to access the protected resource.
97
98
## Configuration options
99
0 commit comments