Searched refs:oauth_scope (Results 1 – 15 of 15) sorted by relevance
36 private $oauth_scope = ''; variable in Grpc\\Testing\\SimpleResponse105 return $this->oauth_scope;118 $this->oauth_scope = $var;
122 unless opts.oauth_scope.nil?123 auth_creds = Google::Auth.get_application_default(opts.oauth_scope)130 auth_creds = Google::Auth.get_application_default(opts.oauth_scope)314 if @args.oauth_scope.nil?324 @args.oauth_scope.include?(resp.oauth_scope)350 @args.oauth_scope.include?(resp.oauth_scope)355 auth_creds = Google::Auth.get_application_default(@args.oauth_scope)369 @args.oauth_scope.include?(resp.oauth_scope)
86 const grpc::string& oauth_scope);89 const grpc::string& oauth_scope);
206 const grpc::string& oauth_scope) { in DoComputeEngineCreds() argument219 gpr_log(GPR_DEBUG, "Got oauth_scope %s", response.oauth_scope().c_str()); in DoComputeEngineCreds()222 GPR_ASSERT(!response.oauth_scope().empty()); in DoComputeEngineCreds()223 const char* oauth_scope_str = response.oauth_scope().c_str(); in DoComputeEngineCreds()224 GPR_ASSERT(oauth_scope.find(oauth_scope_str) != grpc::string::npos); in DoComputeEngineCreds()230 const grpc::string& oauth_scope) { in DoOauth2AuthToken() argument247 GPR_ASSERT(!response.oauth_scope().empty()); in DoOauth2AuthToken()249 const char* oauth_scope_str = response.oauth_scope().c_str(); in DoOauth2AuthToken()250 GPR_ASSERT(oauth_scope.find(oauth_scope_str) != grpc::string::npos); in DoOauth2AuthToken()
48 DECLARE_string(oauth_scope);
79 DEFINE_string(oauth_scope, "", "Scope for OAuth tokens.");
73 scopes=[args.oauth_scope])79 scopes=[args.oauth_scope])
430 if args.oauth_scope.find(response.oauth_scope) == -1:433 response.oauth_scope, args.oauth_scope))449 scopes=[args.oauth_scope])
34 * --oauth_scope=SCOPE518 `--oauth_scope` with the OAuth scope to use. For testing against521 be passed in as `--oauth_scope`.547 * received SimpleResponse.oauth_scope is in `--oauth_scope`614 - uses the flag `--oauth_scope` for the oauth scope. For testing against616 should be passed as the `--oauth_scope`.641 * received SimpleResponse.oauth_scope is in `--oauth_scope`655 - optionally uses the flag `--oauth_scope` for the oauth scope if implementator1141 authenticated via OAuth, then the SimpleResponse should have oauth_scope filled
36 string oauth_scope = 3; field
71 string oauth_scope = 3; field
90 string oauth_scope = 3; field
94 string oauth_scope = 3; field
93 string oauth_scope = 3; field