API Reference - Repositories

Reference documentation for all Repository classes.

All documentation is auto-generated from docstrings in the source code.

Repositories

Repository Description
SqlAlchemyRepository Repository implementation for SQLAlchemy-backed data access
RestApiRepository Repository implementation for REST API-backed data access

Refresh Repositories

Repository Description
CacheRefreshRepository Repository implementation for managing refresh tokens using a cache-based storage mechanism
DatabaseRefreshRepository Repository implementation for managing refresh tokens using a database-based storage mechanism
FileRefreshRepository Repository implementation for managing refresh tokens using a file-based storage mechanism
MemoryRefreshRepository Repository implementation for managing refresh tokens using an in-memory storage mechanism

Models

Model Description
RepositoryModel Model representing a repository configuration