titarenko / OAuth2

OAuth2 client implementation for .NET
413 stars 154 forks source link

Extending One of the Clients #106

Closed isaacrlevin closed 6 years ago

isaacrlevin commented 7 years ago

What is the best approach to extend one of the clients? I am only going to be using YahooClient and have a handful of Api calls I want to add. Should just inherit from YahooClient?

niemyjski commented 7 years ago

I'd either inherit or copy the source and change it up how you want. What did you end up doing?

isaacrlevin commented 7 years ago

@niemyjski stripped out the Yahoo provider and extended it to my needs. Worked well