Searched refs:authorize (Results 1 – 25 of 61) sorted by relevance
123
6 ma.gnolia.serviceProvider.userAuthorizationURL: http://ma.gnolia.com/oauth/authorize15 twitter.serviceProvider.userAuthorizationURL: http://twitter.com/oauth/authorize
22 public int authorize(int what, String arg1, String arg2, String arg3, in authorize() method
51 http = credentials.authorize(http)
33 youtube = build("youtube", "v3", http=credentials.authorize(httplib2.Http()))
120 http = credentials.authorize.call_args[0][0]122 self.assertEqual(authorized_http, credentials.authorize.return_value)
84 def authorize(self, http): member in MockCredentials1364 cred.authorize(http)1404 cred_1.authorize(creds_http_1)1407 cred_2.authorize(creds_http_2)1456 cred_1.authorize(creds_http_1)1459 cred_2.authorize(creds_http_2)
30 The purpose of a `Flow` class is to acquire credentials that authorize your application access to u…96 …and access tokens that authorize access to a single user's data. These objects are applied to `htt…102 ….oauth2.credentials.Credentials) class holds OAuth 2.0 credentials that authorize access to a user…
23 …y valid for the scope requested. Your application uses access tokens to authorize API calls. Acces…
99 http = credentials.authorize(http=build_http())
104 return credentials.authorize(build_http())
57 http = credentials.authorize(httplib2.Http(memcache))
164 credentials.authorize(http)210 credentials.authorize(http)
264 http = credentials.authorize(http)285 http = credentials.authorize(http)
495 self.jwt.authorize(h)530 jwt.authorize(h)542 self.jwt.authorize(h)561 self.jwt.authorize(h)
91 credentials.authorize(http)907 http = self.credentials.authorize(http)929 http = self.credentials.authorize(http)930 http = self.credentials.authorize(http)940 http = self.credentials.authorize(http)971 http = self.credentials.authorize(http)1013 http = credentials.authorize(HttpMock())1041 http = credentials.authorize(http)1504 http = self.credentials.authorize(http)1523 http = self.credentials.authorize(http)[all …]
46 gapi.auth.authorize(
59 http = credentials.authorize(httplib2.Http())
75 creds.authorize(http)
19 // and signed by a pre-negotiated key to authorize updates from the
163 http = credentials.authorize(http)
476 return self.credentials.authorize(httplib2.Http())
48 creds.authorize(tls.http)
112 http = credentials.authorize(httplib2.Http())
197 test/integration/esys-policy-authorize.int \231 test/integration/esys-policy-authorize-nv-opt.int \271 test/integration/fapi-key-create-policy-authorize-sign.int \272 test/integration/fapi-key-create-policy-authorize-sign-rsa.int \273 test/integration/fapi-key-create-policy-authorize-nv-sign.int \1099 test/integration/esys-policy-authorize.int.c \1120 test/integration/esys-policy-authorize-nv-opt.int.c \1412 test/integration/fapi-key-create-policy-authorize-sign.int.c \1420 test/integration/fapi-key-create-policy-authorize-sign.int.c \1427 test/integration/fapi-key-create-policy-authorize-nv-sign.int.c \
556 return self.credentials.authorize(httplib2.Http(*args, **kwargs))