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