class AuthenticationException extends RuntimeException implements Serializable
AuthenticationException is the base class for all authentication exceptions.
TokenInterface | getToken() Get the token. | |
setToken(TokenInterface $token) | ||
serialize() | ||
unserialize($str) | ||
string | getMessageKey() Message key to be used by the translation component. | |
array | getMessageData() Message data to be used by the translation component. |
Get the token.
TokenInterface |
TokenInterface | $token |
$str |
Message key to be used by the translation component.
string |
Message data to be used by the translation component.
array |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Security/Core/Exception/AuthenticationException.html