DEFAULT_SCOPES constant

List<String> const DEFAULT_SCOPES

Implementation

static const DEFAULT_SCOPES = [
  "openid",
  "profile",
  "email",
];