Class Web.Auth.OAuth.Param
- Description
Represents a query string parameter, i.e. key=value.
- Variable name
protectedstringWeb.Auth.OAuth.Param.name- Description
Param name
- Variable value
protectedstringWeb.Auth.OAuth.Param.value- Description
Param value
- Method create
Web.Auth.OAuth.Param Web.Auth.OAuth.Param(stringname,mixedvalue)- Description
Creates a new Param.