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

Method Auth

connection/connection.go:71–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71func (c *Credentials) Auth() pogs.TunnelAuth {
72 return pogs.TunnelAuth{
73 AccountTag: c.AccountTag,
74 TunnelSecret: c.TunnelSecret,
75 }
76}
77
78// TunnelToken are Credentials but encoded with custom fields namings.
79type TunnelToken struct {

Callers 1

ServeControlStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected