File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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+-------------------------------+----------+---------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments