Share via


OAuthValidateClientRedirectUriContext.RedirectUri Property

 

Gets the client redirect URI

Namespace:   Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

OAuthValidateClientRedirectUriContext Class
Microsoft.Owin.Security.OAuth Namespace

Return to top