getToken() public method

Get the token used to authenticate with.
public getToken ( ) : string
return string
Example #1
0
 /**
  * Get the token used to authenticate with.
  *
  * @return string
  */
 public function getToken()
 {
     return $this->transport->getToken();
 }