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);
    }