Initializes a new instance of the OAuthRequestToken class.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- result
- Type: Nemiro.OAuth RequestResult
The request result.
- authorizeUrl
- Type: System String
The address of the authorization.
- parameters
- Type: System.Collections.Specialized NameValueCollection
The query parameters. Will be used in the formation of the authorization address.
See Also