Skip to content

Commit 8801ed7

Browse files
authored
docs: Update refresh_token_expires_in value (#32165)
1 parent 38a46eb commit 8801ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/reusables/apps/user-access-token-response-parameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Response parameter | Type | Description
33
`access_token` | `string` | The user access token. The token starts with `ghu_`.
44
`expires_in` | `integer` | The number of seconds until `access_token` expires. If you disabled expiration of user access tokens, this parameter will be omitted. The value will always be `28800` (8 hours).
55
`refresh_token` | `string` | The refresh token. If you disabled expiration of user access tokens, this parameter will be omitted. The token starts with `ghr_`.
6-
`refresh_token_expires_in` | `integer` | The number of seconds until `refresh_token` expires. If you disabled expiration of user access tokens, this parameter will be omitted. The value will always be `15811200` (6 months).
6+
`refresh_token_expires_in` | `integer` | The number of seconds until `refresh_token` expires. If you disabled expiration of user access tokens, this parameter will be omitted. The value will always be `15897600` (6 months).
77
`scope` | `string` | The scopes that the token has. This value will always be an empty string. Unlike a traditional OAuth token, the user access token is limited to the permissions that both your app and the user have.
88
`token_type` | `string` | The type of token. The value will always be `bearer`.

0 commit comments

Comments
 (0)