GET /v1/auth_method/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "Turun kaupungin työntekijät",
            "amr": "turku_adfs"
        }
    ]
}