scope property

String scope

Returns the scope for which access-token was provided.

Implementation

String get scope {
  return this._scope;
}