AuthorizeEndpointRequest.RedirectUri Property
The "redirect_uri" query string parameter of the Authorize request. May be absent if the server should use the redirect uri known to be registered to the client id.
Namespace: Microsoft.Owin.Security.OAuth.Messages
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
'Declaration
Public Property RedirectUri As String
Get
Set
'Usage
Dim instance As AuthorizeEndpointRequest
Dim value As String
value = instance.RedirectUri
instance.RedirectUri = value
public string RedirectUri { get; set; }
public:
property String^ RedirectUri {
String^ get ();
void set (String^ value);
}
member RedirectUri : string with get, set
function get RedirectUri () : String
function set RedirectUri (value : String)
Property Value
Type: System.String