ADmad\HybridAuth\Auth\HybridAuthAuthenticate::implementedEvents PHP Method

implementedEvents() public method

Returns a list of all events that this authenticate class will listen to.
public implementedEvents ( ) : array
return array List of events this class listens to.
    public function implementedEvents()
    {
        return ['Auth.logout' => 'logout'];
    }