An OAuth Consumer for .NET 2.0
AuthorizeTokenUrl Property
NamespacesExtremeSwank.OAuthOAuthClientAuthorizeTokenUrl
The URL where a user will be directed to authorize tokens.
Declaration Syntax
C#Visual BasicVisual C++
public Uri AuthorizeTokenUrl { get; set; }
Public Property AuthorizeTokenUrl As Uri
public:
property Uri^ AuthorizeTokenUrl {
	Uri^ get ();
	void set (Uri^ value);
}
Remarks
This is provided by the OAuth Service Provider.

Assembly: ExtremeSwank.OAuth (Module: ExtremeSwank.OAuth) Version: 1.2.0.0 (1.2.0.0)