Part of lp.services.oauth.model View In Hierarchy
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. |
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.