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

Method IsFEDEndpoint

credentials/credentials.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (c User) IsFEDEndpoint() bool {
43 return c.cert.Endpoint == FedEndpoint
44}
45
46// Client uses the user credentials to create a Cloudflare API client
47func (c *User) Client(apiURL string, userAgent string, log *zerolog.Logger) (cfapi.Client, error) {

Callers 2

GetManagementTokenFunction · 0.80
clientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected