Skip to content

Commit 63b3754

Browse files
authored
Merge pull request #85783 from discentem/patch-1
fix formatting of token_type description
2 parents 204e018 + c271faf commit 63b3754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/v2-oauth2-device-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ A successful token response will look like:
119119

120120
| Parameter | Format | Description |
121121
| --------- | ------ | ----------- |
122-
| `token_type` | String| Always "Bearer. |
122+
| `token_type` | String| Always `Bearer`. |
123123
| `scope` | Space separated strings | If an access token was returned, this lists the scopes the access token is valid for. |
124124
| `expires_in`| int | Number of seconds before the included access token is valid for. |
125125
| `access_token`| Opaque string | Issued for the [scopes](v2-permissions-and-consent.md) that were requested. |

0 commit comments

Comments
 (0)