feat(oauth-client): add fake AS endpoint handlers with request logging
Added endpoints.rs with axum router supporting 6 routes: did.json, PRM,
AS metadata, PAR, authorize, and token. Each endpoint logs inbound requests
with timestamp, method, path, query, headers, and body. PAR returns
deterministic request_uri based on clock timestamp. Authorize and token
endpoints return placeholder responses for Phase 6.
Added #[derive(Debug)] to ServerHandle and RequestLog to support integration
testing. Updated fake_as module to export endpoints, identity, and request_log
submodules. Added pub mod fake_as to client.rs for integration tests.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>