MCPcopy Create free account
hub / github.com/comaps/comaps / encodeCookies

Function encodeCookies

tools/python/oauth2-flow/oauth2_flow.py:205–206  ·  view source on GitHub ↗
(cookies)

Source from the content-addressed store, hash-verified

203
204
205def encodeCookies(cookies):
206 return "; ".join([f"{p.key}={p.value}" for p in cookies.values()])
207
208
209if __name__ == '__main__':

Callers 3

LoginUserPasswordFunction · 0.85
FetchRequestTokenFunction · 0.85
SendAuthRequestFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected