Home
last modified time | relevance | path

Searched refs:token (Results 201 – 225 of 922) sorted by last modified time

12345678910>>...37

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAndroidPublisher.php1098 'token' => [
1248 'token' => [
1268 'token' => [
1298 'token' => [
1318 'token' => [
1338 'token' => [
1358 'token' => [
1378 'token' => [
1398 'token' => [
1439 'token' => [
[all …]
H A DAdSenseHost.php427 'token' => [
H A DCloudSecurityToken.php68 ],'token' => [
69 'path' => 'v1/token',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DPretargetingConfigPlacements.php22 public $token; variable in Google\\Service\\AdExchangeBuyer\\PretargetingConfigPlacements
25 public function setToken($token) argument
27 $this->token = $token;
31 return $this->token;
H A DPretargetingConfigExcludedPlacements.php22 public $token; variable in Google\\Service\\AdExchangeBuyer\\PretargetingConfigExcludedPlacements
25 public function setToken($token) argument
27 $this->token = $token;
31 return $this->token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/Resource/
H A DAssociationsessions.php57 * @param string $token The token returned to the association callback URL.
61 public function verify($token, $optParams = []) argument
63 $params = ['token' => $token];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/
H A DAchievementConfiguration.php49 public $token; variable in Google\\Service\\GamesConfiguration\\AchievementConfiguration
152 public function setToken($token) argument
154 $this->token = $token;
161 return $this->token;
H A DLeaderboardConfiguration.php49 public $token; variable in Google\\Service\\GamesConfiguration\\LeaderboardConfiguration
152 public function setToken($token) argument
154 $this->token = $token;
161 return $this->token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DMessage.php45 public $token; variable in Google\\Service\\FirebaseCloudMessaging\\Message
154 public function setToken($token) argument
156 $this->token = $token;
163 return $this->token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DChannel.php57 public $token; variable in Google\\Service\\Calendar\\Channel
178 public function setToken($token) argument
180 $this->token = $token;
187 return $this->token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebaseappcheck/
H A DGoogleFirebaseAppcheckV1betaDebugToken.php33 public $token; variable in Google\\Service\\Firebaseappcheck\\GoogleFirebaseAppcheckV1betaDebugToken
66 public function setToken($token) argument
68 $this->token = $token;
75 return $this->token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
H A DGenerateVerificationTokenResponse.php28 public function setToken(VerificationToken $token) argument
30 $this->token = $token;
37 return $this->token;
H A DVerifyLocationRequest.php134 public function setToken(VerificationToken $token) argument
136 $this->token = $token;
143 return $this->token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DGdataMedia.php122 public $token; variable in Google\\Service\\YouTubeReporting\\GdataMedia
533 public function setToken($token) argument
535 $this->token = $token;
542 return $this->token;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md129 Proxy (IAP), you will need to fetch an ID token to access your application. For
141 // Provide the ID token audience. This can be a Client ID associated with an IAP application,
220 you can include the ID token in a `Proxy-Authorization: Bearer`
221 header instead. If a valid ID token is found in a `Proxy-Authorization` header,
235 // Provide the ID token audience. This can be a Client ID associated with an IAP application
263 the `Google\Auth\AccessToken` class to verify the ID token:
273 (IAP), you can verify the ID token coming from the IAP server by pointing to the
/plugin/authgooglesheets/vendor/google/auth/src/
H A DFetchAuthTokenCache.php221 if (!$cached && $token = $this->fetcher->getLastReceivedToken()) {
222 $this->saveAuthTokenInCache($token, $authUri);
H A DOAuth2.php1387 if ($token = $this->getAccessToken()) {
1390 'access_token' => $token,
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md39 * No `guzzle.phar` was created in 6.4.0 due expired API token. This release will fix that
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogmaticHandler.php39 * @param string $token Log token supplied by Logmatic.
47 string $token, argument
77 $this->logToken = $token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/
H A DGoogleIdentityStsV1IntrospectTokenRequest.php25 public $token; variable in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1IntrospectTokenRequest
34 public function setToken($token) argument
36 $this->token = $token;
43 return $this->token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DChannel.php57 public $token; variable in Google\\Service\\Drive\\Channel
178 public function setToken($token) argument
180 $this->token = $token;
187 return $this->token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DChannel.php57 public $token; variable in Google\\Service\\Reports\\Channel
178 public function setToken($token) argument
180 $this->token = $token;
187 return $this->token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DChannel.php57 public $token; variable in Google\\Service\\Directory\\Channel
178 public function setToken($token) argument
180 $this->token = $token;
187 return $this->token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DAuthenticationToken.php25 public $token; variable in Google\\Service\\AndroidEnterprise\\AuthenticationToken
30 public function setToken($token) argument
32 $this->token = $token;
39 return $this->token;
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md63 * Source: http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#nbfDef
294 algorithms to use when verifying token signatures.

12345678910>>...37