Share via


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

public string RedirectUri { get; set; }
public:
property String^ RedirectUri {
    String^ get();
    void set(String^ value);
}
member RedirectUri : string with get, set
Public Property RedirectUri As String

Property Value

Type: System.String

Remarks

This is the redirect_uri that was sent in the id_token + code OpenIdConnectRequest.

See Also

AuthorizationCodeReceivedNotification Class
Microsoft.Owin.Security.Notifications Namespace

Return to top