Skip to content

Commit 0f7d0bf

Browse files
committed
Fix broken table formatting
1 parent 8fbc0d2 commit 0f7d0bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/model/spec.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -557,15 +557,15 @@ This model function is **required** for all grant types.
557557
+===============================+==========+=====================================================================+
558558
| token | Object | The token(s) to be saved. |
559559
+-------------------------------+----------+---------------------------------------------------------------------+
560-
| token.accessToken | String | The access token to be saved. |
560+
| token.accessToken | String | The access token to be saved. |
561561
+-------------------------------+----------+---------------------------------------------------------------------+
562-
| token.accessTokenExpiresAt | Date | The expiry time of the access token. |
562+
| token.accessTokenExpiresAt | Date | The expiry time of the access token. |
563563
+-------------------------------+----------+---------------------------------------------------------------------+
564-
| [token.refreshToken] | String | The refresh token to be saved. |
564+
| [token.refreshToken] | String | The refresh token to be saved. |
565565
+-------------------------------+----------+---------------------------------------------------------------------+
566-
| [token.refreshTokenExpiresAt] | Date | The expiry time of the refresh token. |
566+
| [token.refreshTokenExpiresAt] | Date | The expiry time of the refresh token. |
567567
+-------------------------------+----------+---------------------------------------------------------------------+
568-
| [token.scope] | String | The authorized scope of the token(s). |
568+
| [token.scope] | String | The authorized scope of the token(s). |
569569
+-------------------------------+----------+---------------------------------------------------------------------+
570570
| client | Object | The client associated with the token(s). |
571571
+-------------------------------+----------+---------------------------------------------------------------------+

0 commit comments

Comments
 (0)