when I authenticate into my SST app using Google c...
# help
j
when I authenticate into my SST app using Google credentials, is it possible to have the user login and authorize the application one time, but that authorization include cognito and google APIs? I've done the cognito, app, AWS access many times, but now I'm trying to figure out how to get the tokens required to access google's APIs, like google drive.
f
Hey @Jon Holman, i might be wrong.. but afaik there isn’t a Cognito API that returns the Google access token. You’d have to handle the Google oauth callback urself and store the token.