{
  "id": "grant-response",
  "title": "OAuth Bearer Grant response",
  "description": "A successful OAuth Bearer session-credential response.",
  "drafts": [
    "draft-kavian-aep-oauth-session-credential-04"
  ],
  "category": "credentials/oauth-bearer",
  "applicability": {
    "agent": {
      "expectation": "required",
      "profile": "oauth-bearer"
    },
    "platform": {
      "expectation": "unsupported"
    },
    "service": {
      "expectation": "required",
      "profile": "oauth-bearer"
    }
  },
  "input": {
    "grant_type": "oauth-bearer",
    "requested_scopes": ["read"]
  },
  "expected": {
    "access_token": "ya29.example",
    "credential_id": "tok_01HZY8W7Q2F8J7D3P9G9Z1N6TT",
    "expires_at": "2026-12-01T00:00:00Z",
    "scopes": ["read"],
    "token_type": "Bearer"
  }
}
