titarenko / OAuth2

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

Does this work for a console application? #95

Closed jaycdave88 closed 7 years ago

jaycdave88 commented 7 years ago

I am curious to see if there is a way to use the OAuth lib to generate an OAuth access token from within a console application. Which would prompt the user to login with credentials. Is this possible?

titarenko commented 7 years ago

I think there is no such way to do so with this lib.