# Functions
New creates a handler for handling different HTTP requests based on the given services.
No description provided by the author
WithAuthorizationd returns a authorizationd functional option.
WithProxyConfig returns a proxy config functional option.
WithRoleTokenConfig returns a role token config functional option.
# Constants
ErrGRPCMetadataNotFound "grpc metadata not found".
ErrInvalidProxyConfig "invalid proxy config".
ErrMsgUnverified "unauthenticated/unauthorized".
ErrRoleTokenNotFound "role token not found".
HTTPStatusClientClosedRequest represents a non-standard status code meaning that the client closed the connection before the server answered the request.
ProblemJSONContentType represents the media type of the error response.
# Structs
No description provided by the author
InvalidParam represents the invalid parameters requested by the user.
OAuthAccessTokenMock is a mock of OAuthAccessToken.
PrincipalMock is a mock of Principal.
RFC7807Error represents the error message fulfilling RFC7807 standard.
RoundTripperMock is a mock of RoundTripper.
# Type aliases
Func represents the a handle function type.
Option represents a functional option for gRPC Handler.