WindowsTokenProviderOptionsRedirectUri Property |
Gets or sets the redirect uri.
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string RedirectUri { get; set; }
Public Property RedirectUri As String
Get
Set
/** @property */
public String get_RedirectUri()
/** @property */
public void set_RedirectUri(String value)
function get RedirectUri () : String
function set RedirectUri (value : String)
Property Value
Type:
String
See Also