iraychen / oauth-dot-net

Automatically exported from code.google.com/p/oauth-dot-net
1 stars 0 forks source link

Missing ServiceProviderContext.NonceProvider property #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Seems like this property should exist. For example, you have the following:

* CallbackStore
* ConsumerStore
* RequestIdValidator
* TokenGenerator
* TokenStore
* VerificationProvider
* GetSigningProvider(string signatureMethod)

But you are missing:

* NonceProvider

Original issue reported on code.google.com by billyz...@yahoo.com on 11 Aug 2009 at 6:06

GoogleCodeExporter commented 9 years ago
Also, a minor suggestion for consistency. Rename MD5HashVerifierProvider to 
MD5HashVerificationProvider. Or rename the interface to IVerifierProvider. I 
think 
the first one...

Original comment by billyz...@yahoo.com on 11 Aug 2009 at 6:09

GoogleCodeExporter commented 9 years ago
Additional property added to ServiceProviderContext on trunk and class re-named

Original comment by chris.s....@gmail.com on 3 Sep 2009 at 2:28