shouldEncrypt method

bool shouldEncrypt ()

Implementation

bool shouldEncrypt() {
  return (token != null && token != '');
}