scopes property

  1. @TagNumber.new(2)
PbList<String> get scopes

(optional) the scopes to be used for the token. Cannot be larger that the current authenticated scopes.

Implementation

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