Class Web.Auth.Param
- Description
 Representation of a parameter.
Many Social web services use a RESTful communication and have similiar API's. This class is suitable for many RESTful web services and if this class doesn't suite a particular service, just inherit this class and rewrite the behaviour where needed.
- See also
 
- Method
create
 Web.Auth.Param Web.Auth.Param(stringname,mixedvalue)- Description
 Creates a new instance of Param
- Parameter 
name - Parameter 
value