get_secrets


Description:

public void get_secrets (string setting_name, RemoteConnectionGetSecretsFunc callback)

Request the connection's secrets.

Parameters:

this

the RemoteConnection

setting_name

the Setting object name to get secrets for

callback

a function to be called when the update completes; must not be null

user_data

caller-specific data to be passed to callback