Searched defs:oauthScope (Results 1 – 2 of 2) sorted by relevance
324 …eEngineCreds(TestService.TestServiceClient client, string defaultServiceAccount, string oauthScope) in RunComputeEngineCreds()365 … static async Task RunOAuth2AuthTokenAsync(TestService.TestServiceClient client, string oauthScope) in RunOAuth2AuthTokenAsync()386 …blic static async Task RunPerRpcCredsAsync(TestService.TestServiceClient client, string oauthScope) in RunPerRpcCredsAsync()
40 oauthScope = flag.String("oauth_scope", "", "Unused") var