bitwarden_api_api::apis::two_factor_api

Function two_factor_webauthn_delete

source
pub async fn two_factor_webauthn_delete(
    configuration: &Configuration,
    two_factor_web_authn_delete_request_model: Option<TwoFactorWebAuthnDeleteRequestModel>,
) -> Result<TwoFactorWebAuthnResponseModel, Error<TwoFactorWebauthnDeleteError>>