# Functions
Authorize reduces a multistep process into a single step; fetching the claims from the context and checking that the claims have the required permission.
ClaimsFrom returns the claims from the context if they exist or false if not.
Stream allows users to override the context on a grpc.ServerStream handler so that it returns a new context rather than the old context.
WithClaims returns a copy of the parent context with the access claims stored as a value on the new context.
# Constants
Allocate context keys to simplify context key usage in Ensign.
Allocate context keys to simplify context key usage in Ensign.
# Variables
No description provided by the author
No description provided by the author