package
Version:
v2.2.2
Opens a new window with list of versions in this module.
Published: Sep 16, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
CodeJWTGeneral Code = iota
CodeJWTIssuerMismatch
CodeJWTInvalidData
CodeJWTInvalidSignature
CodeJWTBefore
CodeJWTExpired
CodeJWTIssuerEmpty
)
type ValidationError struct {
Message string
Code Code
}
New returns new validation error
Error implements error interface
Source Files
¶
Click to show internal directories.
Click to hide internal directories.