AuthenticatorManagerInterface
interface AuthenticatorManagerInterface
Methods
bool|null
supports(Request$request)
Called to see if authentication should be attempted on this request.
Response|null
authenticateRequest(Request$request)
Tries to authenticate the request and returns a response - if any authenticator set one.