value property

String value

Returns the value of the access token.

Implementation

String get value {
  return this._value;
}