Versions in this module Expand all Collapse all v1 v1.0.0 May 2, 2018 Changes in this version + func AuthFromMD(ctx context.Context, expectedScheme string) (string, error) + func StreamServerInterceptor(authFunc AuthFunc) grpc.StreamServerInterceptor + func UnaryServerInterceptor(authFunc AuthFunc) grpc.UnaryServerInterceptor + type AuthFunc func(ctx context.Context) (context.Context, error) + type ServiceAuthFuncOverride interface + AuthFuncOverride func(ctx context.Context, fullMethodName string) (context.Context, error)