InMemoryTokenProvider::updateToken()
  • References/PHP/Symfony/Component/Security/Core/Authentication/RememberMe

updateToken(string $series, string $tokenValue, DateTime $lastUsed)

2025-01-10 15:47:30
UserAuthenticationProvider::supports()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

bool supports(

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

unserialize($serialized) {@inheritdoc} Parameters

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

eraseCredentials() Removes sensitive information from the token.

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

setAttribute(string $name, mixed $value) Sets an attribute.

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

array getAttributes() Returns the token attributes.

2025-01-10 15:47:30
TokenStorageInterface
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token/Storage

interface TokenStorageInterface The TokenStorageInterface. Methods

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

string getSeries() Returns the series.

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

interface PersistentTokenInterface Interface to be implemented by persistent token classes (such

2025-01-10 15:47:30
Component\Security\Core\Authentication\Provider
  • References/PHP/Symfony/Component/Security/Core/Authentication

Classes

2025-01-10 15:47:30