type github.com/golang-jwt/jwt/v5.Validator
11 uses
github.com/golang-jwt/jwt/v5 (current package)
parser.go#L23: validator *Validator
parser.go#L33: validator: &Validator{},
validator.go#L36: type Validator struct {
validator.go#L77: func NewValidator(opts ...ParserOption) *Validator {
validator.go#L88: func (v *Validator) Validate(claims Claims) error {
validator.go#L167: func (v *Validator) verifyExpiresAt(claims Claims, cmp time.Time, required bool) error {
validator.go#L188: func (v *Validator) verifyIssuedAt(claims Claims, cmp time.Time, required bool) error {
validator.go#L209: func (v *Validator) verifyNotBefore(claims Claims, cmp time.Time, required bool) error {
validator.go#L229: func (v *Validator) verifyAudience(claims Claims, cmp string, required bool) error {
validator.go#L265: func (v *Validator) verifyIssuer(claims Claims, cmp string, required bool) error {
validator.go#L285: func (v *Validator) verifySubject(claims Claims, cmp string, required bool) error {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |