GoogleOAuth2ApplyRedirectContext.RedirectUri Property
Gets the URI used for the redirect operation.
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
'Declaration
Public Property RedirectUri As String
Get
Private Set
'Usage
Dim instance As GoogleOAuth2ApplyRedirectContext
Dim value As String
value = instance.RedirectUri
public string RedirectUri { get; private set; }
public:
property String^ RedirectUri {
String^ get ();
private: void set (String^ value);
}
member RedirectUri : string with get, private set
function get RedirectUri () : String
private function set RedirectUri (value : String)
Property Value
Type: System.String
Returns String.