"""Data models for OAuth backend""" from .user import User, UserCreate, UserUpdate, UserRole, UserInDB from .application import Application, ApplicationCreate, ApplicationUpdate from .auth_history import AuthHistory, AuthAction