canonicalScopes property

  1. @TagNumber.new(1)
String get canonicalScopes

The list of publicly documented OAuth scopes that are allowed access. An OAuth token containing any of these scopes will be accepted.

Example:

 canonical_scopes: https://www.googleapis.com/auth/calendar,
                   https://www.googleapis.com/auth/calendar.read

Implementation

@$pb.TagNumber(1)
$core.String get canonicalScopes => $_getSZ(0);
  1. @TagNumber.new(1)
set canonicalScopes (String value)

Implementation

@$pb.TagNumber(1)
set canonicalScopes($core.String value) => $_setString(0, value);