Esempio n. 1
0
 /**
  * Get token expiration date
  * 
  * @return string 
  */
 private function getTokenExpirationDate()
 {
     // Send a request to the Affilinet Logon Service to get the token expiration date
     return $this->service->GetIdentifierExpiration($this->token);
 }