String |
Description |
|---|---|
Construct a JSON object from an Accredo object. |
|
Construct a JSON Object from a Memory Table Object and iterate lines. |
|
Re-Authenticate user if refresh token will expire within days |
|
Calculates the Hash-based Message Authentication Code using the SHA1 hash function. Returns the Base64Encoded value of the calculated hash. |
|
Returns a string containing escaped characters for non-valid HTML elements of a HTML text string. |
|
Returns the textual representation of the rendered HTML. |
|
Clones a JSON Object into a new object. |
|
Create a JSON Array. |
|
Create a JSON Object. |
|
Delete a property from a JSON Object. |
|
Returns all key names as a Stringlist. |
|
Returns the length of a JSON Array. |
|
Removes and returns the last element of a JSON Array. |
|
Add an item to the end of a JSON Array and return the Array Length. |
|
Dynamically set a JSON property value. |
|
Removes and returns the first element of a JSON Array. |
|
Adds and/or removes elements in a JSON Array. |
|
Returns a formatted string representation of a JSON Object. |
|
Returns a string representation of a JSON Object. |
|
Add an item to the beginning of a JSON Array and returns the Array Length. |
|
Show Modal Web Browse Window. |
|
Get OAuth2 Access Token from AuthCode. |
|
Get OAuth2 Access Token from AuthCode from Options. |
|
Get OAuth2 Access Token from Refresh Token. |
|
Get OAuth2 Access Token from Resource Owner. |
|
Returns a json object representing a given string. |
|
Returns a json object representing a given file. |
|
Returns a string with percent encoded reserved characters. |
|
Returns a URL with percent encoded reserved characters. |