OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:build_xoauth_string
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/
imap.py
40
lambda x: oauth2.
build_xoauth_string
(url, consumer, token))
smtp.py
41
base64.b64encode(oauth2.
build_xoauth_string
(url, consumer, token)))
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py
68
def
build_xoauth_string
(url, consumer, token=None):
function
Completed in 174 milliseconds