Function cassandra_cpp_sys::cass_authenticator_response [] [src]

pub unsafe extern "C" fn cass_authenticator_response(
    auth: *mut CassAuthenticator,
    size: usize
) -> *mut c_char

Gets a response token buffer of the provided size.

@public @memberof CassAuthenticator

@param[in] auth @param[in] size @return A buffer to copy the response token.