Skip to content

Commit 7a3a8ab

Browse files
fix typo
1 parent cee8e03 commit 7a3a8ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ These parameters are overwritable in every platform
218218
| authorizationBaseUrl | | yes | | |
219219
| responseType | | yes | | |
220220
| 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 ``. | |
223223
| pkceEnabled | `false` | | Enable PKCE if you need it. | |
224224
| scope | | | | |
225225
| state | | | The plugin always uses a state.<br>If you don't provide one we generate it. | |

0 commit comments

Comments
 (0)