Searched refs:oauthScope (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | InteropClient.cs | 324 …eEngineCreds(TestService.TestServiceClient client, string defaultServiceAccount, string oauthScope) in RunComputeEngineCreds() argument 341 Assert.True(oauthScope.Contains(response.OauthScope)); in RunComputeEngineCreds() 365 … static async Task RunOAuth2AuthTokenAsync(TestService.TestServiceClient client, string oauthScope) in RunOAuth2AuthTokenAsync() argument 368 …dential = (await GoogleCredential.GetApplicationDefaultAsync()).CreateScoped(new[] { oauthScope }); in RunOAuth2AuthTokenAsync() 381 Assert.True(oauthScope.Contains(response.OauthScope)); in RunOAuth2AuthTokenAsync() 386 …blic static async Task RunPerRpcCredsAsync(TestService.TestServiceClient client, string oauthScope) in RunPerRpcCredsAsync() argument
|
/third_party/grpc/tools/http2_interop/ |
D | http2interop_test.go | 40 oauthScope = flag.String("oauth_scope", "", "Unused") var
|
/third_party/grpc/examples/objective-c/auth_sample/ |
D | MakeRPCViewController.m | 84 response.oauthScope, response.username];
|
/third_party/grpc/src/objective-c/tests/UnitTests/ |
D | GRPCClientTests.m | 199 XCTAssertNotNil(responseProto.oauthScope, @"Response's OAuth scope is nil."); 418 XCTAssertNotNil(responseProto.oauthScope, @"Response's OAuth scope is nil.");
|
D | APIv2Tests.m | 376 XCTAssertNotNil(responseProto.oauthScope,
|