Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:   Microsoft.Owin.Security.Google
Assembly:  Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
public GoogleReturnEndpointContext(
    IOwinContext context,
    AuthenticationTicket ticket
)
public:
GoogleReturnEndpointContext(
    IOwinContext^ context,
    AuthenticationTicket^ ticket
)
new : 
        context:IOwinContext *
        ticket:AuthenticationTicket -> GoogleReturnEndpointContext
Public Sub New (
    context As IOwinContext,
    ticket As AuthenticationTicket
)
Parameters
- context 
 Type: Microsoft.Owin.IOwinContext- OWIN environment 
- ticket 
 Type: Microsoft.Owin.Security.AuthenticationTicket- The authentication ticket 
See Also
GoogleReturnEndpointContext Class
Microsoft.Owin.Security.Google Namespace
Return to top