Share via


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

See Also

GoogleReturnEndpointContext Class
Microsoft.Owin.Security.Google Namespace

Return to top