TokenEndpointRequestAuthorizationCode.RedirectUri Property

Gets or sets the callback URI which should be used when obtaining authorization grants.

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 TokenEndpointRequestAuthorizationCode 
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
The callback URI which should be used when obtaining authorization grants.

See Also

Reference

TokenEndpointRequestAuthorizationCode Class

Microsoft.Owin.Security.OAuth.Messages Namespace