This class defines the authentication framework for the API.
Please read the section in the Developer Guide on authentication for information on how this works.
Located in /classes/narutoCredentials.php (line 23)
This method converts the credentials into a single token for
transfer to a remote server. The salt key that is unique to the user's request would only be known by the client and the server that will receive it. Often the salt is constructed from the request parameters. This is important so that the salt cannot be hijacked for any other action.
Gets the user name.
Imports a previously exported authorization token. This call allows for user validation. This is called by the server-side.
This method specifies the credentials to use for message board authorizations.
Valitates a user's password. This should be called by the message board.
Documentation generated on Sun, 26 Oct 2008 16:41:10 -0400 by phpDocumentor 1.4.2