AnonymousToken::getSecret()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

string getSecret() Returns the secret.

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

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

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

setAttributes(array $attributes) Sets the token attributes.

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

string getSecret() Returns the secret.

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

setAuthenticated($authenticated) Sets the authenticated flag.

2025-01-10 15:47:30
TokenInterface::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
SimpleAuthenticatorInterface::supportsToken()
  • References/PHP/Symfony/Component/Security/Core/Authentication

supportsToken(

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