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

DateTime getLastUsed() Returns

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

class UserAuthenticationProvider implements

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

unserialize($str) {@inheritdoc} Parameters

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

Classes

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

TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails

2025-01-10 15:47:30
User::isAccountNonLocked()
  • References/PHP/Symfony/Component/Security/Core/User

bool isAccountNonLocked() Checks whether the user is locked. Internally, if this method

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

class UsernamePasswordToken extends

2025-01-10 15:47:30
AuthenticatedVoter
  • References/PHP/Symfony/Component/Security/Core/Authorization/Voter

class AuthenticatedVoter implements

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

class AuthenticationProviderManager implements

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

string getTokenValue() Returns the token value.

2025-01-10 15:47:30