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

Add optional CancellationToken arguments to async methods #115

Closed GabrielHare closed 1 year ago

GabrielHare commented 1 year ago

Issue #113

Description of changes: adds uses optional CancellationToken arguments to async methods, and passes these tokens to child tasks

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