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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ auth: {
18
18
token_type:'Bearer',
19
19
redirect_uri:undefined,
20
20
client_id:'SET_ME',
21
+
token_key:'access_token'
21
22
}
22
23
}
23
24
}
@@ -55,6 +56,10 @@ Should be same as login page or relative path to welcome screen. ([example](http
55
56
56
57
**REQUIRED** - oauth2 client id.
57
58
59
+
### `token_key`
60
+
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'`.
0 commit comments