Function two_factor_webauthn_post

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