AuthenticatorManagerInterface
in
Tags
Table of Contents
Methods
- authenticateRequest() : Response|null
- Tries to authenticate the request and returns a response - if any authenticator set one.
- supports() : bool|null
- Called to see if authentication should be attempted on this request.
Methods
authenticateRequest()
Tries to authenticate the request and returns a response - if any authenticator set one.
public
authenticateRequest(Request $request) : Response|null
Parameters
- $request : Request
Return values
Response|nullsupports()
Called to see if authentication should be attempted on this request.
public
supports(Request $request) : bool|null
Parameters
- $request : Request