1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-13 16:21:46 +03:00
Files
nginx-proxy-manager/backend/embed/api_docs/components/AuthConfigObject.json
2024-11-02 21:36:07 +10:00

14 lines
158 B
JSON

{
"type": "array",
"description": "AuthConfigObject",
"minItems": 1,
"items": {
"type": "string",
"enum": [
"local",
"ldap",
"oidc"
]
}
}