Skip to content

Refresh Tokens

refresh_tokens

Refresh token management core logic.

Provides business logic for refresh token creation, rotation, and revocation. Refresh tokens enable persistent authentication without storing passwords.

Classes

RefreshTokenError

Bases: Exception

Raised when refresh token operations fail.

Functions