예제 #1
0
 /**
  * Check the expiration of the token
  *
  * @return Boolean if the token is not expired
  */
 public function checkToken()
 {
     return $this->tokenClass->checkToken();
 }