Email Verification¶
email_verification
¶
Email verification adapter interface.
Defines the abstract interface for email verification token storage and retrieval. Inherits from BaseTokenAdapter for common token operations.
Classes¶
EmailVerificationAdapter
¶
Bases: BaseTokenAdapter[Any]
Abstract base class for email verification token database operations.
Inherits from BaseTokenAdapter and provides backward compatibility with the mark_used() method.