Skip to content

Commit 88a6cd7

Browse files
maxtruxathomseddon
authored andcommitted
Merge pull request #491 from mattgrande/master
docs: Ensure accessTokenExpiresAt is required
1 parent e3f8e18 commit 88a6cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/model/spec.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ An ``Object`` representing the access token and associated data.
195195
+------------------------------+--------+--------------------------------------------------+
196196
| token.accessToken | String | The access token passed to ``getAccessToken()``. |
197197
+------------------------------+--------+--------------------------------------------------+
198-
| [token.accessTokenExpiresAt] | Date | The expiry time of the access token. |
198+
| token.accessTokenExpiresAt | Date | The expiry time of the access token. |
199199
+------------------------------+--------+--------------------------------------------------+
200200
| [token.scope] | String | The authorized scope of the access token. |
201201
+------------------------------+--------+--------------------------------------------------+

0 commit comments

Comments
 (0)