serialize() 공개 메소드

public serialize ( )
예제 #1
0
 public function serialize()
 {
     return serialize(array($this->credentials, $this->manager, parent::serialize()));
 }
예제 #2
0
 /**
  * {@inheritDoc}
  */
 public function serialize()
 {
     return serialize(array($this->accessToken, $this->resourceOwnerName, parent::serialize()));
 }
예제 #3
0
 /**
  * {@inheritdoc}
  */
 public function serialize()
 {
     return serialize(array($this->access_token, $this->refresh_token, $this->expires_at, parent::serialize()));
 }
예제 #4
0
 /**
  * {@inheritdoc}
  */
 public function serialize()
 {
     return serialize([$this->authenticatingService, $this->credentials, $this->providerKey, parent::serialize()]);
 }
예제 #5
0
 /**
  * {@inheritdoc}
  */
 public function serialize()
 {
     return serialize([$this->token, $this->providerKey, parent::serialize()]);
 }
예제 #6
0
 /**
  * @return string
  */
 public function serialize()
 {
     $accountStr = serialize($this->account);
     $result = serialize(array($accountStr, $this->accessToken, $this->idToken, parent::serialize()));
     return $result;
 }
예제 #7
0
 public function serialize()
 {
     return serialize(array($this->service, $this->uid, $this->accessToken, $this->providerKey, parent::serialize()));
 }
 public function serialize()
 {
     return serialize(array($this->signature, parent::serialize()));
 }
예제 #9
0
 public function serialize()
 {
     return serialize(array($this->jira_username, $this->jira_password, parent::serialize()));
 }
예제 #10
0
 public function serialize()
 {
     return serialize(array($this->providerKey, $this->samlSpInfo, parent::serialize()));
 }
예제 #11
0
 /**
  * {@inheritdoc}
  */
 public function serialize()
 {
     return serialize(array($this->key, $this->providerId, parent::serialize()));
 }
예제 #12
0
 public function serialize()
 {
     return serialize([parent::serialize(), $this->loa]);
 }
예제 #13
0
파일: OAuthToken.php 프로젝트: apitude/user
 /**
  * {@inheritdoc}
  */
 public function serialize()
 {
     /** @noinspection PhpUndefinedMethodInspection */
     return serialize(array($this->client_id, $this->getUser()->getUsername(), parent::serialize()));
 }
예제 #14
0
 public function serialize()
 {
     return serialize(array($this->originalToken, $this->key, $this->credentials, parent::serialize()));
 }
예제 #15
0
 public function serialize()
 {
     return serialize(array($this->oauthVerifier, parent::serialize()));
 }
예제 #16
0
 /**
  * {@inheritdoc}
  */
 public function serialize()
 {
     return serialize(array($this->secret, parent::serialize()));
 }
예제 #17
0
 public function serialize()
 {
     return serialize(array($this->apiUser, $this->accessToken, $this->providerKey, $this->scope, parent::serialize()));
 }
예제 #18
0
 /**
  * {@inheritdoc}
  */
 public function serialize()
 {
     return serialize(array($this->uid, $this->provider, $this->info, $this->credentials, $this->raw, parent::serialize()));
 }
예제 #19
0
 /**
  * {@inheritdoc}
  */
 public function serialize()
 {
     return serialize(array($this->accessToken, $this->rawToken, $this->refreshToken, $this->expiresIn, $this->createdAt, $this->resourceOwnerName, parent::serialize()));
 }
예제 #20
0
 public function serialize()
 {
     return serialize([$this->providerKey, $this->clientId, $this->clientSecret, $this->redirectUri, parent::serialize()]);
 }
예제 #21
0
 public function serialize()
 {
     return serialize([$this->providerKey, $this->accessToken, $this->tokenType, $this->clientId, $this->username, $this->expires, $this->scope, parent::serialize()]);
 }
 /**
  * {@inheritdoc}
  */
 public function serialize()
 {
     return serialize(array($this->credentials, $this->providerKey, parent::serialize()));
 }
 /**
  * {@inheritdoc}
  */
 public function serialize()
 {
     throw new \Kwf_Exception();
     return serialize(array($this->secret, parent::serialize()));
 }