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

Method evaluate_challenge

cassandra/auth.py:100–106  ·  view source on GitHub ↗

Called when the server sends a challenge message. Generally, this method should return :const:`None` when authentication is complete from a client perspective. Otherwise, a string should be returned.

(self, challenge)

Source from the content-addressed store, hash-verified

98 return None
99
100 def evaluate_challenge(self, challenge):
101 """
102 Called when the server sends a challenge message. Generally, this method
103 should return :const:`None` when authentication is complete from a
104 client perspective. Otherwise, a string should be returned.
105 """
106 raise NotImplementedError()
107
108 def on_authentication_success(self, token):
109 """

Callers 2

_handle_auth_responseMethod · 0.45
initial_responseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected