Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moberwasserlechner committed Aug 27, 2020
1 parent cee8e03 commit 7a3a8ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>If you don't provide one we generate it. | |
Expand Down

0 comments on commit 7a3a8ab

Please sign in to comment.