class AuthenticationUtils

Extracts Security Errors from Request.

Methods

__construct(RequestStack $requestStack)

No description

getLastAuthenticationError(bool $clearSession = true)

No description

string
getLastUsername()

No description

Details

__construct(RequestStack $requestStack)

Parameters

RequestStack $requestStack

AuthenticationException|null getLastAuthenticationError(bool $clearSession = true)

Parameters

bool $clearSession

Return Value

AuthenticationException|null

string getLastUsername()

Return Value

string