cic-internal-integration/apps/cic-eth/cic_eth/server/controllers/authorization_controller.py

7 lines
151 B
Python
Raw Normal View History

2021-11-12 09:14:40 +01:00
from typing import List
"""
controller generated to handled auth operation described at:
https://connexion.readthedocs.io/en/latest/security.html
"""