bittercoder / DevDefined.OAuth

An OAuth Consumer and Provider implemented for .Net
http://code.google.com/p/devdefined-tools/wiki/OAuth
162 stars 70 forks source link

Exposed the GetTokenRequest overload that takes the method in the interface. #26

Closed cmcnab closed 11 years ago

cmcnab commented 11 years ago

I wanted to be able to use the IOAuthSession interface for mocking purposes but needed that method.

bittercoder commented 11 years ago

Thanks for the tweak :)