Prado\TApplication::onAuthenticationComplete PHP Метод

onAuthenticationComplete() публичный Метод

This method is invoked right after the user request is authenticated.
    public function onAuthenticationComplete()
    {
        $this->raiseEvent('OnAuthenticationComplete', $this, null);
    }