TokenEndpointRequestAuthorizationCode.RedirectUri Property
The value passed to the Token endpoint in the "redirect_uri" parameter. This MUST be provided by the caller if the original visit to the Authorize endpoint contained a "redirect_uri" parameter.
Namespace: Microsoft.Owin.Security.OAuth.Messages
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.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
Returns String.
See Also
TokenEndpointRequestAuthorizationCode Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top