Exemplo n.º 1
0
 /**
  * Set the accessToken
  * @param string $accessToken
  */
 public function login($accessToken)
 {
     $this->_accessToken = new AccessToken(['access_token' => $accessToken]);
     $this->storage->set('token', $this->_accessToken);
 }