FusionAuth / fusionauth-client-builder

The FusionAuth client library builder
https://fusionauth.io/
Apache License 2.0
6 stars 24 forks source link

PKCE parameter isn't allowed in the generated exchangeOAuthCodeForAccessToken method #17

Open mooreds opened 4 years ago

mooreds commented 4 years ago

Per https://github.com/FusionAuth/fusionauth-typescript-client/issues/24 the PKCE parameter isn't supported in https://github.com/FusionAuth/fusionauth-client-builder/blob/master/src/main/api/exchangeOAuthCodeForAccessToken.json

Would be great to get this added. It should be an optional parameter, of course.