MCPcopy Create free account
hub / github.com/cloudflare/cloudflared / get_credentials_json

Method get_credentials_json

component-tests/config.py:87–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

85 return base64.b64encode(token_json_str.encode('utf-8'))
86
87 def get_credentials_json(self):
88 with open(self.credentials_file) as json_file:
89 return json.load(json_file)
90
91@dataclass(frozen=True)
92class QuickTunnelConfig(BaseConfig):

Callers 2

get_tokenMethod · 0.95

Calls

no outgoing calls

Tested by 1