Part of canonical.launchpad.database
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. |
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: table | The table in which the key/secret are going to be used. Must be one of OAuthAccessToken or OAuthRequestToken. |