Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNilAlg = internal.NewError("algorithm is nil")
ErrNilAlg is the error for when an algorithm can't be resolved.
Functions ¶
This section is empty.
Types ¶
type Resolver ¶
type Resolver struct {
New func(jwt.Header) (jwt.Algorithm, error)
// contains filtered or unexported fields
}
Resolver is an Algorithm resolver.
Click to show internal directories.
Click to hide internal directories.