Home
last modified time | relevance | path

Searched refs:rawUserInfo (Results 1 – 3 of 3) sorted by relevance

/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php25 private $rawUserInfo = ''; variable in OAuth\\Common\\Http\\Uri\\Uri
124 * @param string $rawUserInfo
128 protected function protectUserInfo($rawUserInfo) argument
130 $colonPos = strpos($rawUserInfo, ':');
137 if ($colonPos !== false && strlen($rawUserInfo)-1 > $colonPos) {
138 return substr($rawUserInfo, 0, $colonPos) . ':********';
140 return $rawUserInfo;
165 return $this->rawUserInfo;
231 $authority = $this->rawUserInfo ? $this->rawUserInfo.'@' : '';
367 $this->rawUserInfo = $userInfo;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUri.php25 private $rawUserInfo = ''; variable in OAuth\\Common\\Http\\Uri\\Uri
124 * @param string $rawUserInfo
128 protected function protectUserInfo($rawUserInfo) argument
130 $colonPos = strpos($rawUserInfo, ':');
137 if ($colonPos !== false && strlen($rawUserInfo)-1 > $colonPos) {
138 return substr($rawUserInfo, 0, $colonPos) . ':********';
140 return $rawUserInfo;
165 return $this->rawUserInfo;
231 $authority = $this->rawUserInfo ? $this->rawUserInfo
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DVerifyAssertionResponse.php162 public $rawUserInfo; variable in Google\\Service\\IdentityToolkit\\VerifyAssertionResponse
659 public function setRawUserInfo($rawUserInfo) argument
661 $this->rawUserInfo = $rawUserInfo;
668 return $this->rawUserInfo;