BaseHandlerTrait
trait BaseHandlerTrait (View source)
Properties
| protected | StoreInterface | $store | A "session store" object that helps contain MFA specific session detail  | 
                
Methods
                                        protected                                                        
                
                    void
                
                                
                    applyRequirements(bool $frontEndRequirements = true)
        
                                            
                
            Perform the necessary "Requirements" calls to ensure client side scripts are available in the response
Details
        
                    protected        void
    applyRequirements(bool $frontEndRequirements = true)
        
    
    Perform the necessary "Requirements" calls to ensure client side scripts are available in the response
        
                    protected        StoreInterface|null
    getStore()
        
    
    No description
        
                            BaseHandlerTrait
    setStore(StoreInterface $store)
        
    
    No description
        
                    protected        StoreInterface
    createStore(Member $member)
        
    
    No description
        
                    protected        SudoModeServiceInterface
    getSudoModeService()
        
    
    Returns a sudo mode service instance