GoogleOAuth2AuthenticationOptions.CallbackPath Property
The request path within the application's base path where the user-agent will be returned. The middleware will process this request when it arrives. Default value is "/signin-google".
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
public PathString CallbackPath { get; set; }
public:
property PathString CallbackPath {
PathString get();
void set(PathString value);
}
member CallbackPath : PathString with get, set
Public Property CallbackPath As PathString
Property Value
Type: Microsoft.Owin.PathString
Returns PathString.
See Also
GoogleOAuth2AuthenticationOptions Class
Microsoft.Owin.Security.Google Namespace
Return to top