Skip to content

AuthenticationException

Thrown by an AuthenticatorInterface when a presented credential (password, Basic header, bearer token, …) fails to establish an identity.

Caught by Quiote\Security\Auth\AuthenticationManager (packages/auth) and routed to the matching firewall’s EntryPointInterface.

class AuthenticationException extends RuntimeException

ExtendsRuntimeException
Since1.0.0
SourceSecurity/Auth/AuthenticationException.php

These come from an ancestor and are documented where they are declared.

MethodDeclared inDescription
getCode()Exception
getFile()Exception
getLine()Exception
getMessage()Exception
getPrevious()Exception
getTrace()Exception
getTraceAsString()Exception