Skip to content

Commit 825fb19

Browse files
unatasha8zepatrik
authored andcommitted
Update docs/oauth2-oidc/device-authorization.mdx
Co-authored-by: Patrik <zepatrik@users.noreply.github.com>
1 parent d6eedd4 commit 825fb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/oauth2-oidc/device-authorization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ user has completed the authorization process, by making a POST request with the
9393
- `device_code`: The device code returned from the authorization request
9494
- `grant_type`: This must always be `urn:ietf:params:oauth:grant-type:device_code`
9595

96-
After the user grants permission, the authenicaton server sends an access token to the device, which is used to access the protected resource.
96+
After the user grants their consent, the authentication server sends an access token to the device, which is used to access the protected resource.
9797

9898
## Configuration options
9999

0 commit comments

Comments
 (0)