API_Microservices/swagger/swagger_server/controllers/authorization_controller.py

7 lines
151 B
Python
Raw Normal View History

2024-03-27 17:07:47 +01:00
from typing import List
"""
controller generated to handled auth operation described at:
https://connexion.readthedocs.io/en/latest/security.html
"""