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

DateTime getLastUsed() Returns

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

authenticateToken(

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

string getUsername() Returns the username.

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
UsernamePasswordToken::serialize()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

serialize() {@inheritdoc}

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

interface TokenInterface implements Serializable

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

class PreAuthenticatedAuthenticationProvider implements

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

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

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