Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoKidInJWT = jwksError{errors.New("no header kid in JWT header")}
View Source
var ErrNoSuchKid = jwksError{errors.New("no such kid")}
Functions ¶
This section is empty.
Types ¶
type Verifier ¶
type Verifier struct {
// contains filtered or unexported fields
}
func NewVerifier ¶
func (*Verifier) JWTKeyFunc ¶
func (*Verifier) JWTKeyFuncWithContext ¶
Click to show internal directories.
Click to hide internal directories.