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

Method ZoneID

credentials/credentials.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (c User) ZoneID() string {
31 return c.cert.ZoneID
32}
33
34func (c User) APIToken() string {
35 return c.cert.APIToken

Callers 1

TestCredentialsReadFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestCredentialsReadFunction · 0.64