l.s.o.m.OAuthRequestToken(OAuthBase, StormBase) : class documentation

Part of lp.services.oauth.model View In Hierarchy

See IOAuthRequestToken.
Method __init__ Undocumented
Method context See IOAuthToken.
Method is_expired Undocumented
Method isSecretValid See IOAuthToken.
Method review See IOAuthRequestToken.
Method createAccessToken See IOAuthRequestToken.
Method is_reviewed See IOAuthRequestToken.

Inherited from OAuthBase:

Class Method _getStore Return the correct store for this class.

Inherited from StormBase:

Method __storm_invalidated__ Flush cached properties.
def __init__(self, consumer, key, secret=u'', permission=None, person=None, date_expires=None, product=None, projectgroup=None, distribution=None, sourcepackagename=None):
Undocumented
@property
def context(self):
See IOAuthToken.
@property
def is_expired(self):
Undocumented
def isSecretValid(self, secret):
See IOAuthToken.
def review(self, user, permission, context=None, date_expires=None):
See IOAuthRequestToken.
def createAccessToken(self):
See IOAuthRequestToken.
@property
def is_reviewed(self):
See IOAuthRequestToken.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.