OAuth non-interactive login

497 views Asked by At

I'm building a console application that needs to access information from REST API secured with OAuth. Is it possible to run it in background i.e. w/o requiring browser redirection for authentication. The only option I see right now is to mimic browser but this seems too messy.

0

There are 0 answers