encrypted property

bool encrypted

Implementation

bool get encrypted {
  return token != null;
}