{
  "issuer": "https://duacrypto.com",
  "authorization_endpoint": "https://duacrypto.com/oauth/authorize",
  "token_endpoint": "https://duacrypto.com/oauth/token",
  "jwks_uri": "https://duacrypto.com/.well-known/jwks.json",
  "registration_endpoint": "https://duacrypto.com/oauth/register",
  "scopes_supported": ["site.read"],
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "client_credentials"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "none"],
  "service_documentation": "https://duacrypto.com/docs/api"
}
