Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
Static Private Attributes | List of all members
wowf.models.tokens.PasswordToken Class Reference

Reset password token. More...

Inheritance diagram for wowf.models.tokens.PasswordToken:
Inheritance graph
Collaboration diagram for wowf.models.tokens.PasswordToken:
Collaboration graph

Static Private Attributes

string __tablename__ = 'password_tokens'

Additional Inherited Members

- Public Member Functions inherited from wowf.models.tokens.Token
def user_id
def user
def __init__
def __unicode__
def create
def get_by_token
def delete_expired
def is_valid
- Public Attributes inherited from wowf.models.tokens.Token
 user
 expires_at
- Static Public Attributes inherited from wowf.models.tokens.Token
tuple id = Column(Integer(unsigned=True), primary_key=True)
tuple token = Column(CHAR(36), nullable=False, unique=True, default=lambda: str(uuid.uuid4()))
tuple created_at = Column(DateTime, nullable=False, default=current_timestamp)
tuple expires_at = Column(DateTime, nullable=False)

Detailed Description

Reset password token.

Definition at line 92 of file tokens.py.

Member Data Documentation

string wowf.models.tokens.PasswordToken.__tablename__ = 'password_tokens'
staticprivate

Definition at line 94 of file tokens.py.


The documentation for this class was generated from the following file: