Returns the authorization URL of the specified provider with specified parameters.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- clientName
- Type: System String
Provider name, through which it is necessary to authorize the current user.
- parameters
- Type: System.Collections.Specialized NameValueCollection
Additional parameters to be passed to the authorization URL.
Return Value
Type: StringExceptions
Exception | Condition |
---|---|
NullHttpContextException | The exception that is thrown when you try to access methods that are designed for web projects. |
See Also