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

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

See IOAuthConsumer.
Method __init__ Undocumented
Method is_integrated_desktop See IOAuthConsumer.
Method integrated_desktop_type See IOAuthConsumer.
Method integrated_desktop_name See IOAuthConsumer.
Method isSecretValid See IOAuthConsumer.
Method newRequestToken See IOAuthConsumer.
Method getAccessToken See IOAuthConsumer.
Method getRequestToken See IOAuthConsumer.
Method _integrated_desktop_match_group Return information about a desktop integration token.

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, key, secret):
Undocumented
def _integrated_desktop_match_group(self, position):
Return information about a desktop integration token.

A convenience method that runs the desktop integration regular
expression against the consumer key.

:param position: The match group to return if the regular
expression matches.

:return: The value of one of the match groups, or None.
@property
def is_integrated_desktop(self):
See IOAuthConsumer.
@property
def integrated_desktop_type(self):
See IOAuthConsumer.
@property
def integrated_desktop_name(self):
See IOAuthConsumer.
def isSecretValid(self, secret):
See IOAuthConsumer.
def newRequestToken(self):
See IOAuthConsumer.
def getAccessToken(self, key):
See IOAuthConsumer.
def getRequestToken(self, key):
See IOAuthConsumer.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.