You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I do FindDefaultCredentials(ctx context.Context, scopes ...string) in golang from an application deployed in GAE, I get a token. When I get the info about the token using "https://oauth2.googleapis.com/tokeninfo" on the token, it looks like it has a set of scopes not related to the one passed in (I find only one overlapping scope).
Is this expected?
The text was updated successfully, but these errors were encountered:
When I do FindDefaultCredentials(ctx context.Context, scopes ...string) in golang from an application deployed in GAE, I get a token. When I get the info about the token using "https://oauth2.googleapis.com/tokeninfo" on the token, it looks like it has a set of scopes not related to the one passed in (I find only one overlapping scope).
Is this expected?
The text was updated successfully, but these errors were encountered: