parse_auth_response

Function parse_auth_response 

Source
pub fn parse_auth_response(data: &[u8]) -> Result<ConnInfo, VoltError>
Expand description

Parse authentication response from server.

Returns connection info on success, or VoltError::AuthFailed on failure.