pub async fn two_factor_webauthn_put(
configuration: &Configuration,
two_factor_web_authn_request_model: Option<TwoFactorWebAuthnRequestModel>,
) -> Result<TwoFactorWebAuthnResponseModel, Error<TwoFactorWebauthnPutError>>
pub async fn two_factor_webauthn_put(
configuration: &Configuration,
two_factor_web_authn_request_model: Option<TwoFactorWebAuthnRequestModel>,
) -> Result<TwoFactorWebAuthnResponseModel, Error<TwoFactorWebauthnPutError>>