Home
last modified time | relevance | path

Searched refs:jwt (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/firebase/php-jwt/
DREADME.md1 ![Build Status](https://github.com/firebase/php-jwt/actions/workflows/tests.yml/badge.svg)
2 …Version](https://poser.pugx.org/firebase/php-jwt/v/stable)](https://packagist.org/packages/firebas…
3 …wnloads](https://poser.pugx.org/firebase/php-jwt/downloads)](https://packagist.org/packages/fireba…
4 …[License](https://poser.pugx.org/firebase/php-jwt/license)](https://packagist.org/packages/firebas…
16 composer require firebase/php-jwt
46 $jwt = JWT::encode($payload, $key, 'HS256');
47 $decoded = JWT::decode($jwt, new Key($key, 'HS256'));
66 $decoded = JWT::decode($jwt, new Key($key, 'HS256'));
108 $jwt = JWT::encode($payload, $privateKey, 'RS256');
109 echo "Encode:\n" . print_r($jwt, true) . "\n";
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
DVerify.php65 $jwt = null argument
77 $this->jwt = $jwt ?: $this->getJwtService();
111 $payload = \call_user_func_array([$this->jwt, 'decode'], $args);
233 $modulus = new $bigIntClass($this->jwt->urlsafeB64Decode($cert['n']), 256);
234 $exponent = new $bigIntClass($this->jwt->urlsafeB64Decode($cert['e']), 256);
/plugin/authgoogle/google/auth/
DGoogle_OAuth2.php373 function verifySignedJwtWithCerts($jwt, $certs, $required_audience) { argument
374 $segments = explode(".", $jwt);
376 throw new Google_AuthException("Wrong number of segments in token: $jwt");
405 throw new Google_AuthException("Invalid token signature: $jwt");
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
DJWT.php71 * @param string $jwt The JWT
92 string $jwt, argument
101 $tks = \explode('.', $jwt);
/plugin/authgooglesheets/
Dcomposer.lock10 "name": "firebase/php-jwt",
14 "url": "https://github.com/firebase/php-jwt.git",
19 …"url": "https://api.github.com/repos/firebase/php-jwt/zipball/c297139da7c6873dbd67cbd1093f09ec0bbd…
55 "homepage": "https://github.com/firebase/php-jwt",
57 "jwt",
61 "issues": "https://github.com/firebase/php-jwt/issues",
62 "source": "https://github.com/firebase/php-jwt/tree/v6.1.2"
81 "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0",
196 "firebase/php-jwt": "^5.5||^6.0",