Home
last modified time | relevance | path

Searched refs:oauthScope (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClient.cs324 …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/
Dhttp2interop_test.go40 oauthScope = flag.String("oauth_scope", "", "Unused") var
/third_party/grpc/examples/objective-c/auth_sample/
DMakeRPCViewController.m84 response.oauthScope, response.username];
/third_party/grpc/src/objective-c/tests/UnitTests/
DGRPCClientTests.m199 XCTAssertNotNil(responseProto.oauthScope, @"Response's OAuth scope is nil.");
418 XCTAssertNotNil(responseProto.oauthScope, @"Response's OAuth scope is nil.");
DAPIv2Tests.m376 XCTAssertNotNil(responseProto.oauthScope,