Searched refs:auth_uri (Results 1 – 6 of 6) sorted by relevance
/external/python/google-api-python-client/docs/ |
D | client-secrets.md | 15 "auth_uri": "https://accounts.google.com/o/oauth2/auth", 29 "auth_uri": "https://accounts.google.com/o/oauth2/auth", 45 - `auth_uri` (string): The authorization server endpoint URI.
|
D | oauth.md | 70 auth_uri = flow.authorization_url() 71 # Redirect the user to auth_uri on your platform.
|
/external/python/oauth2client/oauth2client/ |
D | client.py | 1641 auth_uri=oauth2client.GOOGLE_AUTH_URI, argument 1678 user_agent=user_agent, auth_uri=auth_uri, 1812 auth_uri=oauth2client.GOOGLE_AUTH_URI, argument 1869 self.auth_uri = auth_uri 1916 return _update_query_params(self.auth_uri, query_params)
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_call_credentials.c | 87 VALUE auth_uri = rb_str_new_cstr(params->context.service_url); in grpc_rb_call_credentials_callback_with_gil() local 98 rb_hash_aset(args, ID2SYM(rb_intern("jwt_aud_uri")), auth_uri); in grpc_rb_call_credentials_callback_with_gil()
|
/external/python/oauth2client/oauth2client/contrib/ |
D | appengine.py | 528 auth_uri=oauth2client.GOOGLE_AUTH_URI, argument 594 self._auth_uri = auth_uri 673 auth_uri=self._auth_uri, token_uri=self._token_uri,
|
/external/python/oauth2client/tests/ |
D | test_client.py | 1714 expected = client._update_query_params(flow.auth_uri, query_params) 1739 expected = client._update_query_params(flow.auth_uri, query_params)
|