MCPcopy Index your code
hub / github.com/SunoAI-API/Suno-API / set_token

Method set_token

cookie.py:34–35  ·  view source on GitHub ↗
(self, token: str)

Source from the content-addressed store, hash-verified

32 return self.token
33
34 def set_token(self, token: str):
35 self.token = token
36
37
38suno_auth = SunoCookie()

Callers 1

update_tokenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected