c.l.d.oauth : module documentation

Part of canonical.launchpad.database

No module docstring
Class OAuthBase Base class for all OAuth database classes.
Class OAuthConsumer See IOAuthConsumer.
Class OAuthConsumerSet See IOAuthConsumerSet.
Class OAuthAccessToken See IOAuthAccessToken.
Class OAuthRequestToken See IOAuthRequestToken.
Class OAuthRequestTokenSet See IOAuthRequestTokenSet.
Class OAuthNonce See IOAuthNonce.
Function create_token_key_and_secret Create a key and secret for an OAuth token.
def create_token_key_and_secret(table):
Create a key and secret for an OAuth token.

The key will have a length of 20 and we'll make sure it's not yet in the given table. The secret will have a length of 80.

Unknown Field: tableThe table in which the key/secret are going to be used. Must be one of OAuthAccessToken or OAuthRequestToken.
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.