Searched refs:oauth2_creds (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | h2_oauth2.cc | 150 grpc_call_credentials* oauth2_creds = grpc_md_only_test_credentials_create( in chttp2_init_client_simple_ssl_with_oauth2_secure_fullstack() local 153 grpc_composite_channel_credentials_create(ssl_creds, oauth2_creds, in chttp2_init_client_simple_ssl_with_oauth2_secure_fullstack() 164 grpc_call_credentials_release(oauth2_creds); in chttp2_init_client_simple_ssl_with_oauth2_secure_fullstack()
|
/external/grpc-grpc/test/core/security/ |
D | credentials_test.cc | 436 grpc_call_credentials* oauth2_creds = in test_channel_oauth2_composite_creds() local 439 grpc_composite_channel_credentials_create(channel_creds, oauth2_creds, in test_channel_oauth2_composite_creds() 442 grpc_call_credentials_release(oauth2_creds); in test_channel_oauth2_composite_creds() 461 grpc_call_credentials* oauth2_creds = grpc_md_only_test_credentials_create( in test_oauth2_google_iam_composite_creds() local 467 grpc_composite_call_credentials_create(oauth2_creds, google_iam_creds, in test_oauth2_google_iam_composite_creds() 469 grpc_call_credentials_unref(oauth2_creds); in test_oauth2_google_iam_composite_creds() 510 grpc_call_credentials* oauth2_creds = in test_channel_oauth2_google_iam_composite_creds() local 513 grpc_composite_channel_credentials_create(channel_creds, oauth2_creds, in test_channel_oauth2_google_iam_composite_creds() 522 grpc_call_credentials_release(oauth2_creds); in test_channel_oauth2_google_iam_composite_creds()
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | credentials_test.cc | 559 grpc_call_credentials* oauth2_creds = in test_channel_oauth2_composite_creds() local 562 grpc_composite_channel_credentials_create(channel_creds, oauth2_creds, in test_channel_oauth2_composite_creds() 565 grpc_call_credentials_release(oauth2_creds); in test_channel_oauth2_composite_creds() 583 grpc_call_credentials* oauth2_creds = grpc_md_only_test_credentials_create( in test_oauth2_google_iam_composite_creds() local 587 GPR_ASSERT(oauth2_creds->min_security_level() == GRPC_SECURITY_NONE); in test_oauth2_google_iam_composite_creds() 593 grpc_composite_call_credentials_create(oauth2_creds, google_iam_creds, in test_oauth2_google_iam_composite_creds() 599 oauth2_creds->Unref(); in test_oauth2_google_iam_composite_creds() 647 grpc_call_credentials* oauth2_creds = in test_channel_oauth2_google_iam_composite_creds() local 650 grpc_composite_channel_credentials_create(channel_creds, oauth2_creds, in test_channel_oauth2_google_iam_composite_creds() 660 grpc_call_credentials_release(oauth2_creds); in test_channel_oauth2_google_iam_composite_creds()
|