validate API Variable
This is an array of the user information being validated as correct setting for a username on the current Xortify Server Node that is being contacted.
Array Variables
- [uname] - Username being validated as unique.
- [email] - Email address of user being validated as legal email address.
- [pass] - Open Text password being check for legality on server node.
- [vpass] - Second validation of password against [pass].
- [time] - Unix time of call to validate basic signature with [rand].
- [rand] - Random Integer generated for signature.
- [passhash] - Signature Pass Hash in sha1 for firing the API Correctly.