API Method: auth.pass
A dummy method that always returns a successful validation. Useful for testing and development, do not use in production.
Request Parameters
siteid (Required)
Your MyPW site identifier.
authkey (Required)
Your MyPW authentication key.
Response Parameters
code
a numeric response code. 0=success (always returns 0)
message
a text description of the result
validate
a message digest to validate this response, sha512 base64 of the following fields together without spaces "SECRET TOKENID TOKENVALUE AUTHKEY"
Response Codes
0: Token successfully validated
|