Home
last modified time | relevance | path

Searched defs:private_key_id (Results 1 – 8 of 8) sorted by relevance

/external/python/oauth2client/tests/data/gcloud/
Dapplication_default_credentials.json2 "private_key_id": "ABCDEF", string
Dapplication_default_credentials_malformed_3.json7 "private_key_id": "ABCDEF", string
Dapplication_default_credentials_malformed_1.json7 "private_key_id": "ABCDEF", string
/external/tensorflow/tensorflow/core/platform/cloud/testdata/
Dservice_account_credentials.json4 "private_key_id": "fake_key_id", string
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/
Djson_token.h37 char* private_key_id; member
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djson_token.h39 char* private_key_id; member
/external/python/oauth2client/oauth2client/
Dservice_account.py100 private_key_id=None, argument
567 private_key_id=None, argument
/external/tensorflow/tensorflow/core/platform/cloud/
Doauth_client.cc188 string private_key_serialized, private_key_id, client_id, client_email; in GetTokenFromServiceAccountJson() local