Home
last modified time | relevance | path

Searched refs:grpc_sts_credentials_create (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/test/core/security/
Dfetch_oauth2.cc62 grpc_call_credentials* result = grpc_sts_credentials_create(&opts, nullptr); in create_sts_creds()
Dcredentials_test.cc984 grpc_sts_credentials_create(&valid_options, nullptr); in test_sts_creds_success()
1029 grpc_sts_credentials_create(&valid_options, nullptr); in test_sts_creds_token_file_not_found()
1070 grpc_sts_credentials_create(&valid_options, nullptr); in test_sts_creds_no_actor_token_success()
1121 grpc_call_credentials* creds = grpc_sts_credentials_create(&options, nullptr); in test_sts_creds_load_token_failure()
1157 grpc_sts_credentials_create(&valid_options, nullptr); in test_sts_creds_http_failure()
/third_party/grpc/
Dgrpc.def114 grpc_sts_credentials_create
Dlibgrpc.map30 "grpc_sts_credentials_create";
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c181 printf("%lx", (unsigned long) grpc_sts_credentials_create); in main()
/third_party/grpc/include/grpc/
Dgrpc_security.h382 GRPCAPI grpc_call_credentials* grpc_sts_credentials_create(
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc265 return WrapCallCredentials(grpc_sts_credentials_create(&opts, nullptr)); in StsCredentials()
/third_party/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc695 grpc_call_credentials* grpc_sts_credentials_create( in grpc_sts_credentials_create() function
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h391 #define grpc_sts_credentials_create grpc_sts_credentials_create_import macro