API_Microservices/swagger/swagger_server/controllers/authorization_controller.py
2024-03-27 17:07:47 +01:00

6 lines
151 B
Python

from typing import List
"""
controller generated to handled auth operation described at:
https://connexion.readthedocs.io/en/latest/security.html
"""