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": "authURL",
  "scheme": "scheme"
}

Changes