Part of canonical.launchpad.interfaces.oauth View In Hierarchy
Known subclasses: canonical.launchpad.interfaces.oauth.IOAuthAccessToken, canonical.launchpad.interfaces.oauth.IOAuthRequestToken
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 |