I´d like get the autorization code without being prompted out of my application.
I think the listener are about listem to process
why not just get redirected parameters code and state from a plain text result?
I saw a question about
// Handle OAuth redirect and send URL fragment to local server using JS.
await HandleOAuth2Redirect(http);
it keep waiting forever.
I see the code I want at the page that prompted me on navigator e I dont know what am I waiting for or what do must to do.
for the exmaple I use never takes heare:
// Handle redirect from JS and process OAuth response.
var redirectUri_ = await HandleJSRedirect(http);
Doesnt matter if is for once, it is note going good.
I got a applicaton same objective of this one working on google drive by using pkcs file with credentials.
It work so easy to me. There is another procedure like this up I mentioned?