SnipcartEngine..::..UserAuthenticationSuccess Method (AdvantagePageTemplate, Action<(Of <(<'String>)>)>, Boolean, eSnipcartServiceType)
   This event is triggered when a customer successfully Logs into the cart. You will receive the customer email in the callback method.
   
                
    Namespace: 
   AdvantageCSP.Snipcart.EngineAssembly: AdvantageCSP.Snipcart (in AdvantageCSP.Snipcart.dll)
Syntax
public static void UserAuthenticationSuccess( AdvantagePageTemplate page, Action<string> myMethodName, bool closeDialog, eSnipcartServiceType serviceType )
Parameters
- page
 - Type: AdvantageCMS.Core.Common.BaseClasses..::..AdvantagePageTemplate
The AdvantagePageTemplate that called this method 
- closeDialog
 - Type: Boolean
if set to true [close dialog]. 
- serviceType
 - Type: AdvantageCSP.Snipcart.Enums..::..eSnipcartServiceType
PostBack or Callback 

