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.
2 parents 204e018 + c271faf commit 63b3754Copy full SHA for 63b3754
articles/active-directory/develop/v2-oauth2-device-code.md
@@ -119,7 +119,7 @@ A successful token response will look like:
119
120
| Parameter | Format | Description |
121
| --------- | ------ | ----------- |
122
-| `token_type` | String| Always "Bearer. |
+| `token_type` | String| Always `Bearer`. |
123
| `scope` | Space separated strings | If an access token was returned, this lists the scopes the access token is valid for. |
124
| `expires_in`| int | Number of seconds before the included access token is valid for. |
125
| `access_token`| Opaque string | Issued for the [scopes](v2-permissions-and-consent.md) that were requested. |
0 commit comments