Difference between revisions of "Template:XML-RPC Auth Inputs"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with "<includeonly><strong>username</strong> <em>String. Required.</em> Username of user logging in. <strong>auth_method</strong> <em>String. Optional.</em> Authentication method used...")
 
Line 3: Line 3:
  
 
<strong>auth_method</strong>
 
<strong>auth_method</strong>
<em>String. Optional.</em> Authentication method used for this request. The default value is "clear", for plain-text authentication. "cookie" and any of the challenge-response methods are also acceptable.
+
<em>Scalar. Optional.</em> Authentication method used for this request. The default value is "clear", for plain-text authentication. "cookie" and any of the challenge-response methods are also acceptable.
  
 
<strong>password</strong>
 
<strong>password</strong>
<em>Deprecated. String. Optional.</em> Password of user logging in in plaintext. If using the "clear" authentication method, either this or "hpassword" must be present.
+
<em>Deprecated. Scalar. Optional.</em> Password of user logging in in plaintext. If using the "clear" authentication method, either this or "hpassword" must be present.
  
 
<strong>hpassword</strong>
 
<strong>hpassword</strong>
<em>Deprecated. String. Optional.</em> MD5 digest of user's password.  Not much more secure than password, but at least it's not in plain text.
+
<em>Deprecated. Scalar. Optional.</em> MD5 digest of user's password.  Not much more secure than password, but at least it's not in plain text.
  
 
<strong>auth_challenge</strong>
 
<strong>auth_challenge</strong>
<em>String. Optional.</em> If using challenge-response authentication, this should be the challenge that was issued to you by the server.
+
<em>Scalar. Optional.</em> If using challenge-response authentication, this should be the challenge that was issued to you by the server.
  
 
<strong>auth_response</strong>
 
<strong>auth_response</strong>
<em>String. Optional.</em> If using challenge-response authentication, this should be the response hash that you generate, based on the formula required for your challenge.
+
<em>Scalar. Optional.</em> If using challenge-response authentication, this should be the response hash that you generate, based on the formula required for your challenge.
  
 
<strong>ver</strong>
 
<strong>ver</strong>
<em>Int. Optional.</em> Protocol version supported by the client; assumed to be 0 if not specified. See [[Protocol Versions]] for details on the protocol version.</includeonly><noinclude>
+
<em>Scalar. Optional.</em> Protocol version supported by the client; assumed to be 0 if not specified. See [[Protocol Versions]] for details on the protocol version.</includeonly><noinclude>
 
This template is for the XML-RPC Protocol method pages, which all have the same authorization inputs.</noinclude>
 
This template is for the XML-RPC Protocol method pages, which all have the same authorization inputs.</noinclude>

Revision as of 06:42, 19 September 2010

This template is for the XML-RPC Protocol method pages, which all have the same authorization inputs.