MythTV  0.26-pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Classes | Functions | Variables
nv_python_libs::vimeo::oauth::oauth_api Namespace Reference

Classes

class  OAuthError
class  OAuthConsumer
class  OAuthToken
class  OAuthRequest
class  OAuthServer
class  OAuthClient
class  OAuthDataStore
class  OAuthSignatureMethod
class  OAuthSignatureMethod_HMAC_SHA1
class  OAuthSignatureMethod_PLAINTEXT

Functions

def build_authenticate_header
def escape
def _utf8_str
def generate_timestamp
def generate_nonce
def generate_verifier

Variables

string VERSION = '1.0'
string HTTP_METHOD = 'GET'
string SIGNATURE_METHOD = 'PLAINTEXT'

Detailed Description

The MIT License

Copyright (c) 2007 Leah Culver

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Function Documentation

Optional WWW-Authenticate header (401 error)

Definition at line 44 of file oauth_api.py.

Convert unicode to utf-8.

Definition at line 52 of file oauth_api.py.

Referenced by nv_python_libs.vimeo.oauth.oauth_api.OAuthRequest.get_normalized_parameters().

Get seconds since epoch (UTC).

Definition at line 59 of file oauth_api.py.

Referenced by nv_python_libs.vimeo.oauth.oauth_api.OAuthRequest.from_consumer_and_token().

Generate pseudorandom number.

Definition at line 63 of file oauth_api.py.

Referenced by nv_python_libs.vimeo.oauth.oauth_api.OAuthRequest.from_consumer_and_token().

Generate pseudorandom number.

Definition at line 67 of file oauth_api.py.

Referenced by nv_python_libs.vimeo.oauth.oauth_api.OAuthToken.set_verifier().


Variable Documentation

Definition at line 34 of file oauth_api.py.

Referenced by PList.ParseBinaryPList().

Definition at line 35 of file oauth_api.py.

Definition at line 36 of file oauth_api.py.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends