Searched refs:UrlExternalAccountCredentials (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/ |
D | url_external_account_credentials.cc | 26 RefCountedPtr<UrlExternalAccountCredentials> 27 UrlExternalAccountCredentials::Create(Options options, in Create() 30 auto creds = MakeRefCounted<UrlExternalAccountCredentials>( in Create() 39 UrlExternalAccountCredentials::UrlExternalAccountCredentials( in UrlExternalAccountCredentials() function in grpc_core::UrlExternalAccountCredentials 114 void UrlExternalAccountCredentials::RetrieveSubjectToken( in RetrieveSubjectToken() 154 void UrlExternalAccountCredentials::OnRetrieveSubjectToken(void* arg, in OnRetrieveSubjectToken() 156 UrlExternalAccountCredentials* self = in OnRetrieveSubjectToken() 157 static_cast<UrlExternalAccountCredentials*>(arg); in OnRetrieveSubjectToken() 161 void UrlExternalAccountCredentials::OnRetrieveSubjectTokenInternal( in OnRetrieveSubjectTokenInternal() 198 void UrlExternalAccountCredentials::FinishRetrieveSubjectToken( in FinishRetrieveSubjectToken()
|
D | url_external_account_credentials.h | 26 class UrlExternalAccountCredentials final : public ExternalAccountCredentials { 28 static RefCountedPtr<UrlExternalAccountCredentials> Create( 31 UrlExternalAccountCredentials(Options options,
|
D | external_account_credentials.cc | 165 creds = MakeRefCounted<UrlExternalAccountCredentials>( in Create()
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | credentials_test.cc | 2447 grpc_core::UrlExternalAccountCredentials::Create(options, {}, &error); in test_url_external_account_creds_success_format_text() 2484 grpc_core::UrlExternalAccountCredentials::Create(options, {}, &error); in test_url_external_account_creds_success_with_qurey_params_format_text() 2520 grpc_core::UrlExternalAccountCredentials::Create(options, {}, &error); in test_url_external_account_creds_success_format_json() 2552 grpc_core::UrlExternalAccountCredentials::Create(options, {}, &error); in test_url_external_account_creds_failure_invalid_credential_source_url()
|