shouldDecrypt method

bool shouldDecrypt ()

Implementation

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