diff --git a/README.md b/README.md index a63deca4..832d64e5 100644 --- a/README.md +++ b/README.md @@ -218,8 +218,8 @@ These parameters are overwritable in every platform | authorizationBaseUrl | | yes | | | | responseType | | yes | | | | redirectUrl | | yes | | 2.0.0 | -| accessTokenEndpoint | | | If empty the authorization response incl code is return. Known issue: Not on iOS! | | -| resourceUrl | | | If emtpy the tokens are return instead. | | +| accessTokenEndpoint | | | If empty the authorization response incl code is returned. Known issue: Not on iOS! | | +| 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 ``. | | | pkceEnabled | `false` | | Enable PKCE if you need it. | | | scope | | | | | | state | | | The plugin always uses a state.
If you don't provide one we generate it. | |