{
  "id": "grant-response",
  "title": "Basic Grant response",
  "description": "A successful HTTP Basic session-credential response that omits scope-limited authorization.",
  "drafts": [
    "draft-kavian-aep-basic-session-credential-04"
  ],
  "category": "credentials/basic",
  "applicability": {
    "agent": {
      "expectation": "required",
      "profile": "basic"
    },
    "platform": {
      "expectation": "unsupported"
    },
    "service": {
      "expectation": "required",
      "profile": "basic"
    }
  },
  "input": {"grant_type": "basic"},
  "expected": {
    "credential_id": "bas_01HZY8W7Q2F8J7D3P9G9Z1N6TT",
    "expires_at": "2026-12-01T00:00:00Z",
    "password": "s3cr3tExample",
    "realm": "api.example.com",
    "username": "aep_agent_abc123"
  }
}
