Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/cloudflared
/ parse_token
Function
parse_token
component-tests/test_token.py:34–35 ·
view source on GitHub ↗
(token)
Source
from the content-addressed store, hash-verified
32
33
34
def
parse_token(token):
35
return
json.loads(base64.b64decode(token))
Callers
1
test_get_token
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…