Function rsfbclient_rust::parse_srp_auth_data
source ยท pub fn parse_srp_auth_data(
resp: &mut Bytes,
) -> Result<Option<SrpAuthData>, FbError>
Expand description
Parse the auth data from the Srp / Srp256 plugin
pub fn parse_srp_auth_data(
resp: &mut Bytes,
) -> Result<Option<SrpAuthData>, FbError>
Parse the auth data from the Srp / Srp256 plugin