pub type CassAuthenticatorSuccessCallback = Option<unsafe extern "C" fn(auth: *mut CassAuthenticator, data: *mut c_void, token: *const c_char, token_size: usize)>;
Expand description

A callback used to indicate the success of the authentication exchange.

Use cass_authenticator_set_error() if an error occurred while evaluating the success token.

@param[in] auth @param[in] data @param[in] token @param[in] token_size