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
Types like ServiceAccountCredentials handle lists of scopes. The types are effectively immutable, so for safety, all types taking collections of scopes should use ImmutableList.copy(scopes).
The text was updated successfully, but these errors were encountered:
Types like ServiceAccountCredentials handle lists of scopes. The types are effectively immutable, so for safety, all types taking collections of scopes should use ImmutableList.copy(scopes).
The text was updated successfully, but these errors were encountered: