l.s.v.m.l.LoginToken(SQLBase) : class documentation

Part of lp.services.verification.model.logintoken View In Hierarchy

No class docstring
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
def __init__(self, *args, **kwargs):
Extended version of the SQLObjectBase constructor.

We force use of the master Store.

We refetch any parameters from different stores from the correct master Store.

@property
def token(self):
Undocumented
def consume(self):
See ILoginToken.
def _send_email(self, from_name, subject, message, headers=None):
Send an email to this token's email address.
def sendEmailValidationRequest(self):
See ILoginToken.
def sendGPGValidationRequest(self, key):
See ILoginToken.
def sendMergeRequestEmail(self):
See ILoginToken.
def sendTeamEmailAddressValidationEmail(self, user):
See ILoginToken.
def sendClaimTeamEmail(self):
See ILoginToken.
@property
def validation_phrase(self):
The phrase used to validate sign-only GPG keys
def activateGPGKey(self, key, can_encrypt):
See ILoginToken.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.