func google.golang.org/api/idtoken.tokenSourceFromBytes

2 uses

	google.golang.org/api/idtoken (current package)
		idtoken.go#L93: 		return tokenSourceFromBytes(ctx, creds.JSON, audience, ds)
		idtoken.go#L103: func tokenSourceFromBytes(ctx context.Context, data []byte, audience string, ds *internal.DialSettings) (oauth2.TokenSource, error) {