UsernamePasswordToken::eraseCredentials()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

eraseCredentials() Removes sensitive information from the token.

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

serialize() {@inheritdoc}

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

serialize() {@inheritdoc}

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

supportsToken(

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

deleteTokenBySeries(string $series) Deletes all tokens belonging to series.

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

bool supports(

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

class InMemoryTokenProvider implements

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

bool isFullFledged(

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

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

string getProviderKey() Returns the provider secret.

2025-01-10 15:47:30