MCPcopy Create free account
hub / github.com/cloudwan/gohan / FakeIdentity

Struct FakeIdentity

server/middleware/fake.go:192–192  ·  view source on GitHub ↗

FakeIdentity middleware

Source from the content-addressed store, hash-verified

190
191//FakeIdentity middleware
192type FakeIdentity struct{}
193
194//VerifyToken fake verify
195func (*FakeIdentity) VerifyToken(tokenID string) (schema.Authorization, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected