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

Struct signingMethodNone

none.go:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9var NoneSignatureTypeDisallowedError error
10
11type signingMethodNone struct{}
12type unsafeNoneMagicConstant string
13
14func init() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected