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

Method on_authentication_success

cassandra/auth.py:108–114  ·  view source on GitHub ↗

Called when the server indicates that authentication was successful. Depending on the authentication mechanism, `token` may be :const:`None` or a string.

(self, token)

Source from the content-addressed store, hash-verified

106 raise NotImplementedError()
107
108 def on_authentication_success(self, token):
109 """
110 Called when the server indicates that authentication was successful.
111 Depending on the authentication mechanism, `token` may be :const:`None`
112 or a string.
113 """
114 pass
115
116
117class PlainTextAuthProvider(AuthProvider):

Callers 1

_handle_auth_responseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected