scope property

  1. @TagNumber.new(4)
PbList<String> get scope

Required. Code to identify the scopes to be included in the OAuth 2.0 access token. See https://developers.google.com/identity/protocols/googlescopes for more information. At least one value required.

Implementation

@$pb.TagNumber(4)
$pb.PbList<$core.String> get scope => $_getList(2);