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