MCPcopy
hub / github.com/golang-jwt/jwt / Validate

Method Validate

validator.go:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26type ClaimsValidator interface {
27 Claims
28 Validate() error
29}
30
31// Validator is the core of the new Validation API. It is automatically used by

Implementers 2

Validatorvalidator.go
MyCustomClaimsvalidator_test.go

Calls

no outgoing calls