aws / aws-sdk-net-extensions-cognito

An extension library to assist in the Amazon Cognito User Pools authentication process
Apache License 2.0
102 stars 49 forks source link

Fixes an issue where RefreshToken is lost when executing StartWithRefreshTokenAuthAsync #63

Closed ashishdhingra closed 3 years ago

ashishdhingra commented 3 years ago

Fixes https://github.com/aws/aws-sdk-net-extensions-cognito/issues/22

Issue #, if available: https://github.com/aws/aws-sdk-net-extensions-cognito/issues/22

Description of changes: Reloads the RefreshToken from initial request since service does not return back the RefreshToken for refresh_token auth flow.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.