MCPcopy Create free account
hub / github.com/hunvreus/devpush / access_token

Method access_token

app/models.py:134–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

132
133 @property
134 def access_token(self) -> str | None:
135 if self._access_token:
136 fernet = get_fernet()
137 return fernet.decrypt(self._access_token.encode()).decode()
138 return None
139
140 @access_token.setter
141 def access_token(self, value: str | None):

Callers

nothing calls this directly

Calls 1

get_fernetFunction · 0.85

Tested by

no test coverage detected