TokenInterface::getCredentials()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

mixed getCredentials() Returns the user credentials.

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

setAuthenticated($isAuthenticated) Sets the authenticated flag.

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

serialize() {@inheritdoc}

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

interface TokenInterface implements Serializable

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

setAttribute(string $name, mixed $value) Sets an attribute.

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

setAuthenticated($authenticated) Sets the authenticated flag.

2025-01-10 15:47:30