{
  "issuer": "https://pdpp.dev/sandbox",
  "introspection_endpoint": "https://pdpp.dev/sandbox/introspect",
  "pdpp_provider_connect_capabilities": [
    "owner_self_export",
    "cli_device_connect",
    "third_party_client_connect"
  ],
  "pushed_authorization_request_endpoint": "https://pdpp.dev/sandbox/oauth/par",
  "pdpp_registration_modes_supported": [
    "pre_registered_public"
  ],
  "pdpp_authorization_details_types_supported": [
    "https://pdpp.org/data-access"
  ],
  "token_endpoint": "https://pdpp.dev/sandbox/oauth/token",
  "token_endpoint_auth_methods_supported": [
    "none"
  ],
  "device_authorization_endpoint": "https://pdpp.dev/sandbox/oauth/device_authorization",
  "grant_types_supported": [
    "urn:ietf:params:oauth:grant-type:device_code",
    "authorization_code",
    "refresh_token"
  ]
}