Component\Security\Csrf
  • References/PHP/Symfony/Component/Security

Namespaces Symfony\Componen

2025-01-10 15:47:30
GuardAuthenticatorInterface::createAuthenticatedToken()
  • References/PHP/Symfony/Component/Security/Guard

GuardTokenInterface

2025-01-10 15:47:30
TokenStorageInterface::getToken()
  • References/PHP/Symfony/Component/Security/Csrf/TokenStorage

string getToken(string $tokenId) Reads a stored CSRF token.

2025-01-10 15:47:30
PreAuthenticationGuardToken::getCredentials()
  • References/PHP/Symfony/Component/Security/Guard/Token

mixed getCredentials() Returns the user credentials, which might be an array of anything you

2025-01-10 15:47:30
ListenerInterface
  • References/PHP/Symfony/Component/Security/Http/Firewall

interface ListenerInterface Interface that must be implemented by firewall listeners.

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

string getTokenValue() Returns the token value.

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
ContextListener::handle()
  • References/PHP/Symfony/Component/Security/Http/Firewall

handle(GetResponseEvent $event)

2025-01-10 15:47:30
AdvancedUserInterface::isAccountNonLocked()
  • References/PHP/Symfony/Component/Security/Core/User

bool isAccountNonLocked() Checks whether the user is locked. Internally, if this method

2025-01-10 15:47:30
User::isAccountNonExpired()
  • References/PHP/Symfony/Component/Security/Core/User

bool isAccountNonExpired() Checks whether the user's account has expired. Internally,

2025-01-10 15:47:30