{
  "issuer": "https://app.barterfunds.com",
  "token_endpoint": "https://app.barterfunds.com/oauth2/token",
  "revocation_endpoint": "https://app.barterfunds.com/oauth2/revoke",
  "grant_types_supported": [
    "urn:ietf:params:oauth:grant-type:jwt-bearer",
    "urn:workos:agent-auth:grant-type:claim"
  ],
  "resource": "https://app.barterfunds.com/",
  "authorization_servers": ["https://app.barterfunds.com/"],
  "scopes_supported": ["account.read", "transactions.read", "wallet.read"],
  "bearer_methods_supported": ["header"],
  "agent_auth": {
    "skill": "https://app.barterfunds.com/auth.md",
    "register_uri": "https://app.barterfunds.com/agent/identity",
    "identity_endpoint": "https://app.barterfunds.com/agent/identity",
    "claim_endpoint": "https://app.barterfunds.com/agent/identity/claim",
    "events_endpoint": "https://app.barterfunds.com/agent/event/notify",
    "identity_types_supported": ["identity_assertion", "service_auth", "anonymous"],
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag"
      ],
      "credential_types_supported": ["urn:ietf:params:oauth:token-type:access_token"],
      "claim_uri": "https://app.barterfunds.com/agent/identity/claim",
      "revocation_uri": "https://app.barterfunds.com/oauth2/revoke"
    },
    "service_auth": {
      "credential_types_supported": ["urn:ietf:params:oauth:token-type:access_token"],
      "claim_uri": "https://app.barterfunds.com/agent/identity/claim"
    },
    "anonymous": {
      "credential_types_supported": ["urn:ietf:params:oauth:token-type:access_token"],
      "claim_uri": "https://app.barterfunds.com/agent/identity/claim"
    },
    "events_supported": [
      "https://schemas.workos.com/events/agent/auth/identity/assertion/revoked"
    ]
  }
}
