Byron / google-apis-rs

A binding and CLI generator for all Google APIs
http://byron.github.io/google-apis-rs
Other
1.01k stars 131 forks source link

use own AccessToken (allow yup_oauth2 AccessTokenAuthenticator) #405

Closed TPausL closed 1 year ago

TPausL commented 1 year ago

I am using Ory with 3rd party login as authentication for my app, so i already have a valid access token for my users. I can't find a way to use this one with the api client (youtube3) as in the reexported oauth2 the AccessTokenAuthenticator isn't present and you can't use yups. Would be great if there was a way to bring your own access token. Or any help if i missed something