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