This class manage association between an openid and a user account.
In django-authopenid we create a special openid store (an instance of django_authopenid.openid_store.DjangoOpenIDStore using Django ORM. It use theses classes to store associations and nonces.
See also
python-openid documentation and django-registration models documentation for more informations