setScopes static method

void setScopes(
  1. List<String> scopes
)

Sets the scopes

Implementation

static void setScopes(List<String> scopes) {
  _scopes = scopes;
}