v1

latestOpenAPI 3.0.12026-07-177294143.2 KB
auth

Get information about the current authentication mode

get/auth/info

Response

Login was successful

authURLstring string required

JWT only

schemestring string required

Example response

{
  "authURL": "/auth",
  "scheme": "jwt"
}