{
  "issuer": "https://www.sarvital.com",
  "authorization_endpoint": "https://www.sarvital.com/account/login",
  "token_endpoint": "https://www.sarvital.com/account",
  "registration_endpoint": "https://www.sarvital.com/account/register",
  "scopes_supported": [
    "read_products",
    "read_collections",
    "write_cart",
    "read_orders"
  ],
  "agent_auth": {
    "skill": "https://workos.com/auth.md",
    "register_uri": "https://www.sarvital.com/account/register",
    "claim_uri": "https://www.sarvital.com/account",
    "revocation_uri": null,
    "identity_types_supported": [
      "anonymous"
    ],
    "anonymous": {
      "credential_types_supported": [
        "none"
      ]
    },
    "events_supported": []
  }
}