MCPcopy Create free account
hub / github.com/cloudflare/cfssl / Token

Method Token

auth/auth.go:33–33  ·  view source on GitHub ↗
(req []byte)

Source from the content-addressed store, hash-verified

31// serialisation and state-keeping.
32type Provider interface {
33 Token(req []byte) (token []byte, err error)
34 Verify(aReq *AuthenticatedRequest) bool
35}
36

Callers 5

TestVerifyTrueFunction · 0.65
BenchmarkTokenFunction · 0.65
BenchmarkVerifyFunction · 0.65
authReqMethod · 0.65
testAuthSignFileFunction · 0.65

Implementers 1

Standardauth/auth.go

Calls

no outgoing calls

Tested by 4

TestVerifyTrueFunction · 0.52
BenchmarkTokenFunction · 0.52
BenchmarkVerifyFunction · 0.52
testAuthSignFileFunction · 0.52