Expand description
Auth middleware helpers.
Provides the AuthResult type and check_permission function used by
the gRPC and HTTP layers to decide whether an incoming request is allowed.
Enums§
- Auth
Result - Outcome of auth validation for an incoming request.
- Auth
Source - How the caller’s identity was established.
Functions§
- check_
permission - Check whether the given
AuthResulthas sufficient privileges.