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