This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
authentic2-idp-oauth2/authentic2_idp_oauth2/models.py

7 lines
144 B
Python

from provider.oauth2.models import Client
from authentic2.models import LogoutUrlAbstract
class A2Client(LogoutUrlAbstract, Client):
pass