You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/schemes/oauth2.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,10 @@ Should be same as login page or relative path to welcome screen. ([example](http
60
60
61
61
By default is set to `token_key: 'access_token'`. If you need to use the IdToken instead of the AccessToken, set this option to `token_key: 'id_token'`.
62
62
63
+
### `refresh_token_key`
64
+
65
+
By default is set to `refresh_token_key: 'refresh_token'`. It automatically store the refresh_token, if it exists.
0 commit comments