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 "http://.../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?