PersistentToken::getTokenValue()
  • References/PHP/Symfony/Component/Security/Core/Authentication/RememberMe

string getTokenValue() Returns the token value.

2025-01-10 15:47:30
TokenInterface::getAttribute()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

mixed getAttribute(string $name) Returns an attribute value.

2025-01-10 15:47:30
InMemoryTokenProvider::createNewToken()
  • References/PHP/Symfony/Component/Security/Core/Authentication/RememberMe

createNewToken(

2025-01-10 15:47:30
RememberMeToken::serialize()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

serialize() {@inheritdoc}

2025-01-10 15:47:30
AbstractToken::setAuthenticated()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

setAuthenticated($authenticated) Sets the authenticated flag.

2025-01-10 15:47:30
RememberMeToken::unserialize()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

unserialize($serialized) {@inheritdoc} Parameters

2025-01-10 15:47:30
AuthenticationTrustResolverInterface::isRememberMe()
  • References/PHP/Symfony/Component/Security/Core/Authentication

bool isRememberMe(

2025-01-10 15:47:30
PersistentTokenInterface::getClass()
  • References/PHP/Symfony/Component/Security/Core/Authentication/RememberMe

string getClass() Returns the class of the user.

2025-01-10 15:47:30
AuthenticationTrustResolver::isAnonymous()
  • References/PHP/Symfony/Component/Security/Core/Authentication

bool isAnonymous(

2025-01-10 15:47:30
UsernamePasswordToken::setAuthenticated()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

setAuthenticated($isAuthenticated) Sets the authenticated flag.

2025-01-10 15:47:30