Part of lp.services.verification.model.logintoken View In Hierarchy
| Method | __init__ | Extended version of the SQLObjectBase constructor. |
| Method | token | Undocumented |
| Method | consume | See ILoginToken. |
| Method | sendEmailValidationRequest | See ILoginToken. |
| Method | sendGPGValidationRequest | See ILoginToken. |
| Method | sendMergeRequestEmail | See ILoginToken. |
| Method | sendTeamEmailAddressValidationEmail | See ILoginToken. |
| Method | sendClaimTeamEmail | See ILoginToken. |
| Method | validation_phrase | The phrase used to validate sign-only GPG keys |
| Method | activateGPGKey | See ILoginToken. |
| Method | _send_email | Send an email to this token's email address. |
Inherited from SQLBase:
| Method | __repr__ | Undocumented |
| Method | destroySelf | Undocumented |
| Method | __eq__ | Equality operator. |
| Method | __ne__ | Inverse of __eq__. |
| Method | __storm_invalidated__ | Flush cached properties. |
| Class Method | _get_store | Undocumented |
We force use of the master Store.
We refetch any parameters from different stores from the correct master Store.