MCPcopy Index your code
hub / github.com/saltstack/salt / creds

Method creds

salt/crypt.py:1818–1821  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1816
1817 @property
1818 def creds(self):
1819 if not hasattr(self, "_creds"):
1820 self.authenticate()
1821 return self._creds
1822
1823 @property
1824 def crypticle(self):

Calls 1

authenticateMethod · 0.95