clear_secrets_with_flags


Description:

public void clear_secrets_with_flags (SettingClearSecretsWithFlagsFn? func)

Clears and frees secrets determined by func.

Parameters:

this

the Connection

func

function to be called to determine whether a specific secret should be cleared or not. If null, all secrets are cleared.

user_data

caller-supplied data passed to func