util_set_to_form


Description:

public static void util_set_to_form (HashTable<string,string> form, string name, string? value)

Sets value for name to form.

The form should be the one used in prepare_authentication_uri_query , prepare_get_token_form or prepare_refresh_token_form.

If the value is null, then the property named name is removed from the form instead.

Parameters:

form

a GenericSet

name

a property name

value

a property value