const (
// AuthorizationHeader is the lowercase header key for authorization AuthorizationHeader = "authorization"
// BearerPrefix is the prefix for Bearer tokens BearerPrefix = "Bearer "
)
ExtractBearerToken extracts a Bearer token from gRPC incoming context metadata.
Used by servers requiring the JWT authentication this package provides.