bitwarden_api_api::apis::two_factor_api

Function two_factor_authenticator_delete

source
pub async fn two_factor_authenticator_delete(
    configuration: &Configuration,
    two_factor_authenticator_disable_request_model: Option<TwoFactorAuthenticatorDisableRequestModel>,
) -> Result<TwoFactorProviderResponseModel, Error<TwoFactorAuthenticatorDeleteError>>