Byron/google-apis-rs

use own AccessToken (allow yup_oauth2 AccessTokenAuthenticator)

TPausL opened this issue · 0 comments

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