SnipcartEngine..::..UserAuthenticationFailed Method (AdvantageModule, Action<(Of <(<'String>)>)>, eSnipcartServiceType)
   This event is triggered when a customer fails to login 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 UserAuthenticationFailed( AdvantageModule module, Action<string> myMethodName, eSnipcartServiceType serviceType )
Parameters
- module
 - Type: AdvantageCMS.Core.Common.BaseClasses..::..AdvantageModule
The module. 
- serviceType
 - Type: AdvantageCSP.Snipcart.Enums..::..eSnipcartServiceType
PostBack or Callback 

