MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / get_mechanism

Method get_mechanism

cassandra/auth.py:253–254  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

251
252class BaseDSEAuthenticator(Authenticator):
253 def get_mechanism(self):
254 raise NotImplementedError("get_mechanism not implemented")
255
256 def get_initial_challenge(self):
257 raise NotImplementedError("get_initial_challenge not implemented")

Callers 1

initial_responseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected