Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
class
CertificateAuthenticator(Authenticator):
Callers
3
__init__
Method · 0.95
test_jwt_authenticator_creation
Method · 0.95
test_jwt_authenticator_creation
Method · 0.95
Calls
no outgoing calls
Tested by
2
test_jwt_authenticator_creation
Method · 0.76
test_jwt_authenticator_creation
Method · 0.76