build_auth_message

Function build_auth_message 

Source
pub fn build_auth_message(
    user: Option<&str>,
    pass: Option<&str>,
) -> Result<Vec<u8>, VoltError>
Expand description

Build authentication message for VoltDB connection.

Returns the serialized authentication message as bytes.