{
    "@context": "https://www.w3.org/ns/solid/oidc-context.jsonld",
    "client_id": "https://id.undefineds.co/app/xpod-desktop-client.json",
    "client_name": "Xpod Desktop",
    "application_type": "native",
    "redirect_uris": [
        "http://127.0.0.1/auth/callback",
        "http://[::1]/auth/callback",
        "http://localhost/auth/callback"
    ],
    "response_types": ["code"],
    "grant_types": ["authorization_code", "refresh_token"],
    "token_endpoint_auth_method": "none"
}
