200
Successful operation.
application/json
{
"type": "object",
"properties": {
"issuer": {
"type": "string"
},
"authorization_endpoint": {
"type": "string"
},
"token_endpoint": {
"type": "string"
},
"revocation_endpoint": {
"type": "string"
},
"introspection_endpoint": {
"type": "string"
},
"response_types_supported": {
"type": "array",
"items": {
"type": "string"
}
},
"grant_types_supported": {
"type": "array",
"items": {
"type": "string"
}
},
"code_challenge_methods_supported": {
"type": "array",
"items": {
"type": "string"
}
},
"token_endpoint_auth_methods_supported": {
"type": "array",
"items": {
"type": "string"
}
},
"scopes_supported": {
"type": "array",
"items": {
"type": "string",
"enum": [
"cases:read",
"filings:write",
"answers:write",
"submissions:write",
"records:confirm",
"records:write",
"invitations:write",
"messages:write",
"remedies:write",
"consents:write",
"offline_access",
"representatives:manage",
"procedural:request",
"termination:write"
]
}
}
}
}