OAuthBase RedirectToAuthorization Method Nemiro.OAuth
Redirects a client to the Authorization URL.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public virtual void RedirectToAuthorization()
Exceptions

ExceptionCondition
NullHttpContextException The exception that is thrown when you try to access methods that are designed for web projects.
Remarks

Use this method only for web applications (ASP .NET).

See Also