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

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 73 signing_method = SignatureMethod_HMAC_SHA1()
74 request.sign_request(signing_method, consumer, token)
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 73 signing_method = SignatureMethod_HMAC_SHA1()
74 request.sign_request(signing_method, consumer, token)

Completed in 3979 milliseconds