Is allows the error to support equality to ErrJWTInvalid.
(target error)
| 473 | |
| 474 | // Is allows the error to support equality to ErrJWTInvalid. |
| 475 | func (e invalidError) Is(target error) bool { |
| 476 | return target == ErrJWTInvalid |
| 477 | } |
| 478 | |
| 479 | // Error returns a string representation of the error. |
| 480 | func (e invalidError) Error() string { |
no outgoing calls