pub async fn webauthn_assertion_options_post(
configuration: &Configuration,
secret_verification_request_model: Option<SecretVerificationRequestModel>,
) -> Result<WebAuthnLoginAssertionOptionsResponseModel, Error<WebauthnAssertionOptionsPostError>>