MCPcopy Create free account
hub / github.com/couchbase/couchbase-python-client / as_dict

Method as_dict

couchbase/auth.py:131–134  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

129 return ['jwt_token']
130
131 def as_dict(self):
132 return {
133 'jwt_token': self._token
134 }
135
136
137class CertificateAuthenticator(Authenticator):

Callers 3

__init__Method · 0.95

Calls

no outgoing calls