Markdown Sandbox
Test Wiki Word (changes)

Showing changes from revision #3 to #4: Added | Removed | Changed

TEST TUNEL Tunel Config !@3'123[?]


test 1293123 sdfasdf

demo.user.login(name, password)

Description

Authenticate a user and get a session ID suitable for subsequent API calls. Note that a session ID of 0 corresponds to a visitor who will have limited access

Parameters

”‘name”’ - String - user name or email address ”‘password”’ - String - supplied password

Return Values

”‘session_id”’ - String - token to be used for subsequent API calls


demo.user.login(name, password)

Description

Authenticate a user and get a session ID suitable for subsequent API calls. Note that a session ID of 0 corresponds to a visitor who will have limited access

Parameters

name - String - user name or email address password - String - supplied password

Return Values

session_id - String - token to be used for subsequent API calls