HomeSort by relevance Sort by last modified time
    Searched refs:claims (Results 1 - 11 of 11) sorted by null

  /external/grpc-grpc/src/core/lib/security/credentials/jwt/
jwt_verifier.h 56 void grpc_jwt_claims_destroy(grpc_jwt_claims* claims);
58 /* Returns the whole JSON tree of the claims. */
59 const grpc_json* grpc_jwt_claims_json(const grpc_jwt_claims* claims);
61 /* Access to registered claims in https://tools.ietf.org/html/rfc7519#page-9 */
62 const char* grpc_jwt_claims_subject(const grpc_jwt_claims* claims);
63 const char* grpc_jwt_claims_issuer(const grpc_jwt_claims* claims);
64 const char* grpc_jwt_claims_id(const grpc_jwt_claims* claims);
65 const char* grpc_jwt_claims_audience(const grpc_jwt_claims* claims);
66 gpr_timespec grpc_jwt_claims_issued_at(const grpc_jwt_claims* claims);
67 gpr_timespec grpc_jwt_claims_expires_at(const grpc_jwt_claims* claims);
    [all...]
jwt_verifier.cc 173 /* --- JWT claims. see http://tools.ietf.org/html/rfc7519#section-4.1 */
189 void grpc_jwt_claims_destroy(grpc_jwt_claims* claims) {
190 grpc_json_destroy(claims->json);
191 grpc_slice_unref_internal(claims->buffer);
192 gpr_free(claims);
195 const grpc_json* grpc_jwt_claims_json(const grpc_jwt_claims* claims) {
196 if (claims == nullptr) return nullptr;
197 return claims->json;
200 const char* grpc_jwt_claims_subject(const grpc_jwt_claims* claims) {
201 if (claims == nullptr) return nullptr
238 grpc_jwt_claims* claims = local
339 grpc_jwt_claims* claims; member in struct:__anon23190
638 grpc_jwt_claims* claims = nullptr; local
859 grpc_jwt_claims* claims = nullptr; local
    [all...]
  /external/grpc-grpc/test/core/security/
jwt_verifier_test.cc 207 grpc_jwt_claims* claims; local
213 claims = grpc_jwt_claims_from_json(json, s);
214 GPR_ASSERT(claims != nullptr);
215 GPR_ASSERT(grpc_jwt_claims_json(claims) == json);
216 GPR_ASSERT(strcmp(grpc_jwt_claims_audience(claims), "https://foo.com") == 0);
217 GPR_ASSERT(strcmp(grpc_jwt_claims_issuer(claims), "blah.foo.com") == 0);
218 GPR_ASSERT(strcmp(grpc_jwt_claims_subject(claims), "juju@blah.foo.com") == 0);
219 GPR_ASSERT(strcmp(grpc_jwt_claims_id(claims), "jwtuniqueid") == 0);
220 GPR_ASSERT(grpc_jwt_claims_check(claims, "https://foo.com") ==
222 grpc_jwt_claims_destroy(claims);
226 grpc_jwt_claims* claims; local
260 grpc_jwt_claims* claims; local
274 grpc_jwt_claims* claims; local
    [all...]
verify_jwt.cc 50 grpc_jwt_claims* claims) {
56 GPR_ASSERT(claims != nullptr);
58 const_cast<grpc_json*>(grpc_jwt_claims_json(claims)), 2);
59 printf("Claims: \n\n%s\n", claims_str);
61 grpc_jwt_claims_destroy(claims);
63 GPR_ASSERT(claims == nullptr);
  /external/curl/docs/cmdline-opts/
anyauth.d 7 secure one the remote site claims to support. This is done by first doing a
  /build/soong/ui/status/
status_test.go 97 // For when a tool claims to have 2 actions, but finishes after one.
125 // For when a tool claims to have 1 action, but starts two.
  /external/python/oauth2client/oauth2client/
service_account.py 496 def create_with_claims(self, claims):
497 """Create credentials that specify additional claims.
500 claims: dict, key-value pairs for claims.
504 credentials with updated claims to use when obtaining access
508 new_kwargs.update(claims)
608 additional_claims: dict, additional claims to add to
  /external/syzkaller/vendor/golang.org/x/oauth2/jws/
jws.go 81 return "", fmt.Errorf("jws: invalid map of private claims %v", c.PrivateClaims)
92 b = append(b, prv[1:]...) // Append private claims.
  /external/kotlinc/
LICENSE 152 where such license applies only to those patent claims licensable
247 incurred by, or claims asserted against, such Contributor by reason
408 where such license applies only to those patent claims licensable
503 incurred by, or claims asserted against, such Contributor by reason
    [all...]
NOTICE 152 where such license applies only to those patent claims licensable
247 incurred by, or claims asserted against, such Contributor by reason
408 where such license applies only to those patent claims licensable
503 incurred by, or claims asserted against, such Contributor by reason
    [all...]
  /external/mesa3d/docs/specs/
MESA_query_renderer.spec 15 No known IP claims.

Completed in 1697 milliseconds