pub fn respond(
challenge_fragments: &[Random32Bytes],
identity_provider: &impl IdentityProvider,
) -> Signature
Expand description
Given a list of identity challenge fragments and an identity provider, returns the response signature for an identity challenge.
Ref: https://wamu.tech/specification#identity-challenge-response.