pub fn parse_iuam_challenge(
response: &ChallengeResponse<'_>,
) -> Result<IuamChallengeBlueprint, ChallengeParseError>Expand description
Extract IUAM challenge blueprint (action + hidden fields) from HTML body.
pub fn parse_iuam_challenge(
response: &ChallengeResponse<'_>,
) -> Result<IuamChallengeBlueprint, ChallengeParseError>Extract IUAM challenge blueprint (action + hidden fields) from HTML body.