tokenIsValid method

bool tokenIsValid ()

Implementation

bool tokenIsValid() {
  return Token.tokenIsValid(_token);
}