Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md2 …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'));
109 echo "Encode:\n" . print_r($jwt, true) . "\n";
150 echo "Encode:\n" . print_r($jwt, true) . "\n";
184 echo "Encode:\n" . print_r($jwt, true) . "\n";
255 …See [#107](https://github.com/firebase/php-jwt/pull/107), [#115](https://github.com/firebase/php-j…
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A 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/
H A 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/
H A DJWT.php71 * @param string $jwt The JWT
92 string $jwt, argument
101 $tks = \explode('.', $jwt);
/plugin/authgooglesheets/
H A 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",
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml7 jwt:
/plugin/mermaid/
H A Dmermaid.min.js[all...]