package
Version:
v2.0.1
Opens a new window with list of versions in this module.
Published: Sep 25, 2024
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
)
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.