AuthorizationCodeReceivedNotification.RedirectUri Property
Gets or sets the 'redirect_uri'.
Namespace: Microsoft.Owin.Security.Notifications
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Syntax
'Declaration
Public Property RedirectUri As String
Get
Set
'Usage
Dim instance As AuthorizationCodeReceivedNotification
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
Remarks
This is the redirect_uri that was sent in the id_token + code OpenIdConnectRequest.