GoogleOAuth2ReturnEndpointContext Constructor (IOwinContext, AuthenticationTicket)
Initialize a GoogleOAuth2ReturnEndpointContext
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
public GoogleOAuth2ReturnEndpointContext(
IOwinContext context,
AuthenticationTicket ticket
)
public:
GoogleOAuth2ReturnEndpointContext(
IOwinContext^ context,
AuthenticationTicket^ ticket
)
new :
context:IOwinContext *
ticket:AuthenticationTicket -> GoogleOAuth2ReturnEndpointContext
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
GoogleOAuth2ReturnEndpointContext Class
Microsoft.Owin.Security.Google Namespace
Return to top