Scheb\TwoFactorBundle\Security\TwoFactor\Session\SessionFlagManager::getSessionFlag PHP Метод

getSessionFlag() защищенный Метод

Generate session token.
protected getSessionFlag ( string $provider, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token ) : string
$provider string Two-factor provider name
$token Symfony\Component\Security\Core\Authentication\Token\TokenInterface
Результат string
    protected function getSessionFlag($provider, $token)
    {
        return $this->flagGenerator->getSessionFlag($provider, $token);
    }