OAuthBase
AuthorizeUrl Property
Nemiro.OAuth
Gets or sets the base address for login.
Namespace:
Nemiro.OAuth
Assembly:
Nemiro.OAuth
(in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
protected
string
AuthorizeUrl
{
get
;
set
; }
protected string AuthorizeUrl { get; set; }
Protected
Property
AuthorizeUrl
As
String
Get
Set
Protected Property AuthorizeUrl As String Get Set
Property Value
Type:
String
See Also
OAuthBase Class
Nemiro.OAuth Namespace