AbstractToken::getUsername()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

string getUsername() Returns the username.

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

serialize() {@inheritdoc}

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
PersistentTokenInterface::getClass()
  • References/PHP/Symfony/Component/Security/Core/Authentication/RememberMe

string getClass() Returns the class of the user.

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

createNewToken(

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

mixed getCredentials() Returns the user credentials.

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

bool hasAttribute(string $name) Returns true if the attribute exists.

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

bool isRememberMe(

2025-01-10 15:47:30
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