Grpc
Table of Contents
Classes
- AuthzGrpcClient
- gRPC authorization transport (CONTRACT.md §1/§6/§9, D-03/D-06/D-12).
- UserInfoGrpcClient
- gRPC userinfo transport (CONTRACT.md §1.1/§5/§6/§9, contract 1.3) — the low-latency
gRPC counterpart of the server's REST `GET /oauth2/userinfo` endpoint. This is the
hand-written service-client sibling of {@see AuthzGrpcClient}: it mirrors that class's
channel/metadata/status-mapping machinery exactly, differing only in the single RPC it
exposes (`GetUserInfo` instead of `CheckAccess`/`BatchCheckAccess`).