/api/auth.php: Difference between revisions

From Dark Signs Online
Jump to navigationJump to search
(Created page with "== Authenticate == '''Method:''' GET '''Parameters:''' * u: username * p: password '''Return values:''' * 1001: Valid * 1002: Invalid")
 
No edit summary
 
Line 5: Line 5:
'''Parameters:'''
'''Parameters:'''


* u: username
* None
* p: password


'''Return values:'''
'''Return values:'''

Latest revision as of 03:50, 18 March 2024

Authenticate

Method: GET

Parameters:

  • None

Return values:

  • 1001: Valid
  • 1002: Invalid