MCPcopy
hub / github.com/cloudflare/cloudflared / APIToken

Method APIToken

credentials/credentials.go:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (c User) APIToken() string {
35 return c.cert.APIToken
36}
37
38func (c User) CertPath() string {
39 return c.certPath

Callers 1

TestCredentialsReadFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestCredentialsReadFunction · 0.64