l.s.o.i.o.IOpenIDRPSummary(Interface) : interface documentation

Part of lp.services.openid.interfaces.openidrpsummary View In Hierarchy

Known implementations: lp.services.openid.model.openidrpsummary.OpenIDRPSummary

A summary of the interaction between an Account and an OpenID RP.
Int id Undocumented
TextLine openid_identifier Undocumented
TextLine trust_root Undocumented
Datetime date_created Undocumented
Datetime date_last_used Undocumented
Int total_logins Undocumented
Method increment Increment the total_logins.
id =
Undocumented
openid_identifier =
Undocumented
trust_root =
Undocumented
date_created =
Undocumented
date_last_used =
Undocumented
total_logins =
Undocumented
def increment(date_used=None):
Increment the total_logins.
Parametersdate_usedan optional datetime the login happened. The current datetime is used if date_used is None.
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.