Part of canonical.launchpad.interfaces.authtoken View In Hierarchy
Known subclasses: canonical.launchpad.interfaces.logintoken.ILoginToken
| Int | id | Undocumented |
| Datetime | date_created | Undocumented |
| Datetime | date_consumed | Undocumented |
| Choice | tokentype | Undocumented |
| Text | token | Undocumented |
| Int | requester | Undocumented |
| Int | requester_account | Undocumented |
| Text | requesteremail | Undocumented |
| TextLine | Undocumented | |
| Text | redirection_url | Undocumented |
| Attribute | title | Title |
| PasswordField | password | Undocumented |
| Method | consume | Mark this token as consumed by setting date_consumed. |
| Method | sendEmailValidationRequest | Send an email message with a magic URL to validate self.email. |
| Method | sendPasswordResetEmail | Send an email message to the requester with a magic URL that allows |
| Method | sendNewUserEmail | Send an email message to the requester with a magic URL that allows |
As a consequence of a token being consumed, all tokens requested by the same person and with the same requester email will also be marked as consumed.