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

array getAttributes() Returns the token attributes.

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

class PreAuthenticatedToken extends

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

eraseCredentials() Removes sensitive information from the token.

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

eraseCredentials() Removes sensitive information from the token.

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

unserialize($serialized) {@inheritdoc} Parameters

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

interface TokenStorageInterface The TokenStorageInterface. Methods

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

Classes

2025-01-10 15:47:30