HomeSort by relevance Sort by last modified time
    Searched refs:auth_uri (Results 1 - 7 of 7) sorted by null

  /external/grpc-grpc/src/ruby/ext/grpc/
rb_call_credentials.c 87 VALUE auth_uri = rb_str_new_cstr(params->context.service_url); local
89 'auth_uri' */
98 rb_hash_aset(args, ID2SYM(rb_intern("jwt_aud_uri")), auth_uri);
  /external/toolchain-utils/cwp/interpreter/
app_engine_pull.py 50 auth_uri = 'https://www.google.com/accounts/ClientLogin'
56 auth_req = urllib2.Request(auth_uri, data=authreq_data)
  /external/python/oauth2client/oauth2client/
client.py     [all...]
  /external/python/oauth2client/oauth2client/contrib/
appengine.py 528 auth_uri=oauth2client.GOOGLE_AUTH_URI,
546 auth_uri: string, URI for authorization endpoint. For convenience
594 self._auth_uri = auth_uri
673 auth_uri=self._auth_uri, token_uri=self._token_uri,
878 'auth_uri': client_info['auth_uri'],
    [all...]
  /external/autotest/site_utils/lxc/
lxc_functional_test.py 108 "auth_uri": "https://accounts.google.com/o/oauth2/auth",
  /external/syzkaller/vendor/golang.org/x/oauth2/google/
google.go 50 AuthURI string `json:"auth_uri"`
  /external/python/oauth2client/tests/
test_client.py     [all...]

Completed in 1095 milliseconds