GoogleReturnEndpointContext Constructor (IOwinContext, AuthenticationTicket)
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.IOwinContextOWIN environment
ticket
Type: Microsoft.Owin.Security.AuthenticationTicketThe authentication ticket
See Also
GoogleReturnEndpointContext Class
Microsoft.Owin.Security.Google Namespace
Return to top