Package scapi :: Module authentication :: Class OAuthSignatureMethod_HMAC_SHA1
[hide private]
[frames] | no frames]

Class OAuthSignatureMethod_HMAC_SHA1

source code

object --+
         |
        OAuthSignatureMethod_HMAC_SHA1

Instance Methods [hide private]
 
get_name(self) source code
 
build_signature(self, request, parameters, consumer_secret, token_secret, oauth_parameters) source code
 
get_normalized_http_method(self, request) source code
 
get_normalized_http_url(self, request) source code
 
get_normalized_parameters(self, params) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  FORBIDDEN = ['realm', 'oauth_signature']
Properties [hide private]

Inherited from object: __class__