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
PostAuthenticationGuardToken
  • References/PHP/Symfony/Component/Security/Guard/Token

class PostAuthenticationGuardToken extends

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

class PreAuthenticationGuardToken extends

2025-01-10 15:47:30
GuardTokenInterface
  • References/PHP/Symfony/Component/Security/Guard/Token

interface GuardTokenInterface implements

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

mixed getCredentials() This is meant to be only an authenticated token, where credentials have

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

getGuardProviderKey()

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

setAuthenticated($authenticated) Sets the authenticated flag.

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

serialize() {@inheritdoc}

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

string getProviderKey() Returns the provider (firewall) key.

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

unserialize($serialized) {@inheritdoc} Parameters

2025-01-10 15:47:30