Searched defs:oauthScope (Results 1 – 4 of 4) sorted by relevance
321 …eEngineCreds(TestService.TestServiceClient client, string defaultServiceAccount, string oauthScope) in RunComputeEngineCreds()362 … static async Task RunOAuth2AuthTokenAsync(TestService.TestServiceClient client, string oauthScope) in RunOAuth2AuthTokenAsync()383 …blic static async Task RunPerRpcCredsAsync(TestService.TestServiceClient client, string oauthScope) in RunPerRpcCredsAsync()
26 oauthScope = flag.String("oauth_scope", "", "Unused") var
87 private String oauthScope; field in TestServiceClient
1673 public void computeEngineCreds(String serviceAccount, String oauthScope) throws Exception { in computeEngineCreds()1748 public void perRpcCreds(String jsonKey, InputStream credentialsStream, String oauthScope) in perRpcCreds()