user_session_destroy
Last edit: Oct 26, 2022
Sign Out User
user_session_destroy(
form_configuration_name: String
form_name: String
): HashObject
Arguments
form_configuration_name
(String
)
deprecated, use form_name
form_name
(String
)
name of the form which whitelist attributes which can be saved. All
notifications and callbacks associated with the form will be triggered. if
left blank, all attributes will be allowed
Type
HashObject
Represents data as a collection of unique keys and their values. Also known as
associative arrays, maps or dictionaries. You can create it in liquid by
converting JSON object with parse_json filter or tag. It can be any level deep.