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

mixed getUser() Returns a user representation.

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

class PreAuthenticatedToken extends

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

array getAttributes() Returns the token attributes.

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

string getProviderKey() Returns the provider key.

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

bool isAuthenticated() Returns whether the user is authenticated or not.

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

setToken(

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

TokenInterface|null getToken() Returns the current security token. Return Value TokenInterface|null A TokenInterface instance or null if no authentication information is available

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

class TokenStorage implements

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

setUser(mixed $user) Sets a user. Parameters

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

class AbstractToken implements

2025-01-10 15:47:30