Searched refs:oauth_scope (Results 1 – 15 of 15) sorted by relevance
36 protected $oauth_scope = ''; variable in Grpc\\Testing\\SimpleResponse146 return $this->oauth_scope;159 $this->oauth_scope = $var;
36 protected $oauth_scope = ''; variable in Grpc\\Testing\\SimpleResponse156 return $this->oauth_scope;169 $this->oauth_scope = $var;
125 unless opts.oauth_scope.nil?126 auth_creds = Google::Auth.get_application_default(opts.oauth_scope)133 auth_creds = Google::Auth.get_application_default(opts.oauth_scope)317 if @args.oauth_scope.nil?327 @args.oauth_scope.include?(resp.oauth_scope)353 @args.oauth_scope.include?(resp.oauth_scope)358 auth_creds = Google::Auth.get_application_default(@args.oauth_scope)372 @args.oauth_scope.include?(resp.oauth_scope)
81 scopes=[args.oauth_scope])86 scopes=[args.oauth_scope])114 scopes=[args.oauth_scope])
376 if args.oauth_scope.find(response.oauth_scope) == -1:379 response.oauth_scope, args.oauth_scope))395 scopes=[args.oauth_scope])
92 const std::string& oauth_scope);95 const std::string& oauth_scope);
210 const std::string& oauth_scope) { in DoComputeEngineCreds() argument223 gpr_log(GPR_DEBUG, "Got oauth_scope %s", response.oauth_scope().c_str()); in DoComputeEngineCreds()226 GPR_ASSERT(!response.oauth_scope().empty()); in DoComputeEngineCreds()227 const char* oauth_scope_str = response.oauth_scope().c_str(); in DoComputeEngineCreds()228 GPR_ASSERT(oauth_scope.find(oauth_scope_str) != std::string::npos); in DoComputeEngineCreds()234 const std::string& oauth_scope) { in DoOauth2AuthToken() argument251 GPR_ASSERT(!response.oauth_scope().empty()); in DoOauth2AuthToken()253 const char* oauth_scope_str = response.oauth_scope().c_str(); in DoOauth2AuthToken()254 GPR_ASSERT(oauth_scope.find(oauth_scope_str) != std::string::npos); in DoOauth2AuthToken()
48 DECLARE_string(oauth_scope);
81 DEFINE_string(oauth_scope, "", "Scope for OAuth tokens.");
347 if args.oauth_scope.find(response.oauth_scope) == -1:350 response.oauth_scope, args.oauth_scope))367 scopes=[args.oauth_scope])
36 string oauth_scope = 3; field
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 implementer1216 authenticated via OAuth, then the SimpleResponse should have oauth_scope filled
71 string oauth_scope = 3; field
94 string oauth_scope = 3; field
111 string oauth_scope = 3; field