Share via


GoogleReturnEndpointContext Constructor

Namespace:  Microsoft.Owin.Security.Google
Assembly:  Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)

Syntax

'Declaration
Public Sub New ( _
    context As IOwinContext, _
    ticket As AuthenticationTicket _
)
'Usage
Dim context As IOwinContext 
Dim ticket As AuthenticationTicket 

Dim instance As New GoogleReturnEndpointContext(context, _
    ticket)
public GoogleReturnEndpointContext(
    IOwinContext context,
    AuthenticationTicket ticket
)
public:
GoogleReturnEndpointContext(
    IOwinContext^ context, 
    AuthenticationTicket^ ticket
)
new : 
        context:IOwinContext * 
        ticket:AuthenticationTicket -> GoogleReturnEndpointContext
public function GoogleReturnEndpointContext(
    context : IOwinContext, 
    ticket : AuthenticationTicket
)

Parameters

See Also

Reference

GoogleReturnEndpointContext Class

Microsoft.Owin.Security.Google Namespace