getScope property

String getScope

Returns the scope for which access-token was provided.

Implementation

String get getScope {
  return this._scope;
}