Authentication Models ===================== Models for user authentication and JWT refresh token management. * **User** - System users with authentication credentials, roles, and scopes * **RefreshToken** - JWT refresh tokens with expiration and revocation tracking .. automodule:: ai4drpm.db.models.auth.models :members: :undoc-members: