OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oauthScope
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/tools/http2_interop/
http2interop_test.go
26
oauthScope
= flag.String("oauth_scope", "", "Unused")
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
TestServiceClient.java
87
private String
oauthScope
;
142
oauthScope
= value;
179
+ "\n --oauth_scope Scope for OAuth tokens. Default " + c.
oauthScope
270
tester.computeEngineCreds(defaultServiceAccount,
oauthScope
);
276
tester.serviceAccountCreds(jsonKey, credentialsStream,
oauthScope
);
289
tester.oauth2AuthToken(jsonKey, credentialsStream,
oauthScope
);
296
tester.perRpcCreds(jsonKey, credentialsStream,
oauthScope
);
Completed in 123 milliseconds