OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SignatureMethod
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/google_apis/gaia/
oauth_request_signer.h
18
// NOTE: Currently the only supported
SignatureMethod
is HMAC_SHA1_SIGNATURE
21
enum
SignatureMethod
{
59
SignatureMethod
signature_method,
76
SignatureMethod
signature_method,
88
SignatureMethod
signature_method,
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py
535
if not isinstance(method,
SignatureMethod
):
673
class
SignatureMethod
(object):
709
class SignatureMethod_HMAC_SHA1(
SignatureMethod
):
744
class SignatureMethod_PLAINTEXT(
SignatureMethod
):
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py
535
if not isinstance(method,
SignatureMethod
):
673
class
SignatureMethod
(object):
709
class SignatureMethod_HMAC_SHA1(
SignatureMethod
):
744
class SignatureMethod_PLAINTEXT(
SignatureMethod
):
Completed in 57 milliseconds