Brightspace / D2L.Security.OAuth2

Brightspace OAuth 2.0 for C#
Apache License 2.0
7 stars 16 forks source link

Changes Needed to Generate Sync RequestAuthenticator #312

Closed AnaCoda closed 1 year ago

AnaCoda commented 1 year ago

US154650: Async to Sync Generator: Generate RequestAuthenticator Added [GenerateSync] as needed, partial classes, and small changes (made Task IRequestAuthenticator.AuthenticateAsync() asynchronous)

AnaCoda commented 1 year ago

Very cool.

Could we try [GenerateSync] on one of the tests for fun? If it works to generate a sync test that would be pretty cool, heh. If it doesn't that's fine for now but I'd be curious about why.

Any tests for these changes will be in https://github.com/Brightspace/D2L.Security.OAuth2/pull/316/ (force pushed to remove them from this branch)