major checkpoint
This commit is contained in:
@@ -7,6 +7,11 @@ from app.models.authentication_method import AuthenticationMethod
|
||||
from app.models.session import Session
|
||||
from app.models.audit_log import AuditLog
|
||||
from app.models.oidc_client import OIDCClient
|
||||
from app.models.oidc_authorization_code import OIDCAuthCode
|
||||
from app.models.oidc_refresh_token import OIDCRefreshToken
|
||||
from app.models.oidc_session import OIDCSession
|
||||
from app.models.oidc_token_metadata import OIDCTokenMetadata
|
||||
from app.models.oidc_audit_log import OIDCAuditLog
|
||||
|
||||
__all__ = [
|
||||
"BaseModel",
|
||||
@@ -17,4 +22,9 @@ __all__ = [
|
||||
"Session",
|
||||
"AuditLog",
|
||||
"OIDCClient",
|
||||
"OIDCAuthCode",
|
||||
"OIDCRefreshToken",
|
||||
"OIDCSession",
|
||||
"OIDCTokenMetadata",
|
||||
"OIDCAuditLog",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user