util_set_to_form
Description:
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 | |
name |
a property name |
value |
a property value |