Home
last modified time | relevance | path

Searched defs:private_key_id (Results 1 – 12 of 12) 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/python/google-auth-library-python/tests/data/
Des256_service_account.json4 "private_key_id": "1", string
Dservice_account.json4 "private_key_id": "1", string
/external/python/google-api-python-client/tests/data/
Dservice_account.json4 "private_key_id": "1", 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/autotest/utils/frozen_chromite/third_party/oauth2client/
Dservice_account.py42 private_key_id, private_key_pkcs8_text, scopes, argument
/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.cc190 string private_key_serialized, private_key_id, client_id, client_email; in GetTokenFromServiceAccountJson() local