c.l.i.o.IOAuthToken(Interface) : interface documentation

Part of canonical.launchpad.interfaces.oauth View In Hierarchy

Known subclasses: canonical.launchpad.interfaces.oauth.IOAuthAccessToken, canonical.launchpad.interfaces.oauth.IOAuthRequestToken

Base class for IOAuthRequestToken and IOAuthAccessToken.

This class contains the commonalities of the two token classes we actually care about and shall not be used on its own.

Object consumer The consumer which will access Launchpad on the user's behalf.
Object person The user on whose behalf the consumer is accessing.
Datetime date_created Undocumented
Datetime date_expires From this date onwards this token can not be used by the consumer to access protected resources.
TextLine key The key used to identify this token. It is included by the consumer in each request.
TextLine secret The secret associated with this token. It is used by the consumer to sign its requests.
Choice product Undocumented
Choice project Undocumented
Choice sourcepackagename Undocumented
Choice distribution Undocumented
Attribute context FIXME
consumer =
The consumer which will access Launchpad on the user's behalf.
person =
The user on whose behalf the consumer is accessing.
date_created =
Undocumented
date_expires =
From this date onwards this token can not be used by the consumer to access protected resources.
key =
The key used to identify this token. It is included by the consumer in each request.
secret =
The secret associated with this token. It is used by the consumer to sign its requests.
product =
Undocumented
project =
Undocumented
sourcepackagename =
Undocumented
distribution =
Undocumented
context =
FIXME
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.