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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,8 +218,8 @@ These parameters are overwritable in every platform
218
218
| authorizationBaseUrl || yes |||
219
219
| responseType || yes |||
220
220
| redirectUrl || yes || 2.0.0 |
221
-
| accessTokenEndpoint ||| If empty the authorization response incl code is return. Known issue: Not on iOS!||
222
-
| resourceUrl ||| If emtpy the tokens are return instead. ||
221
+
| accessTokenEndpoint ||| If empty the authorization response incl code is returned. Known issue: Not on iOS! ||
222
+
| resourceUrl ||| If empty the tokens are return instead. If you need just the `id_token` you have to set both `accessTokenEndpoint` and `resourceUrl` to `null` or empty ``.||
223
223
| pkceEnabled |`false`|| Enable PKCE if you need it. ||
224
224
| scope |||||
225
225
| state ||| The plugin always uses a state.<br>If you don't provide one we generate it. ||
0 commit comments