pub async fn send_result(
send: &mut SendStream,
result: &ZoeChallengeResult,
) -> Result<(), Error>Expand description
Sends the challenge result back to the client
ยงArguments
send- Stream to send the result onresult- Challenge result to send (Accepted, Next, Rejected, Error)