token property

String get token

Implementation

String get token {
  if (isExpired) refresh();
  ++_used;
  return _token;
}