Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
32
type
Provider
interface
{
33
Token(req []byte) (token []byte, err error)
34
Verify(aReq *AuthenticatedRequest) bool
35
}
36
Callers
5
TestVerifyTrue
Function · 0.65
BenchmarkToken
Function · 0.65
BenchmarkVerify
Function · 0.65
authReq
Method · 0.65
testAuthSignFile
Function · 0.65
Implementers
1
Standard
auth/auth.go
Calls
no outgoing calls
Tested by
4
TestVerifyTrue
Function · 0.52
BenchmarkToken
Function · 0.52
BenchmarkVerify
Function · 0.52
testAuthSignFile
Function · 0.52