pub unsafe extern "C" fn cass_authenticator_exchange_data(
    auth: *mut CassAuthenticator
) -> *mut c_void
Expand description

Gets the user data created during the authenticator exchange. This is set using cass_authenticator_set_exchange_data().

@public @memberof CassAuthenticator

@param[in] auth @return User specified exchange data previously set by cass_authenticator_set_exchange_data().

@see cass_authenticator_set_exchange_data()