WebRequestUserIdentificationService
in
Interface WebRequestUserIdentifier
Table of Contents
- identifyUser() : int
- Identifies the user from the provided server request.
Methods
identifyUser()
Identifies the user from the provided server request.
public
identifyUser(ServerRequestInterface $request) : int
Parameters
- $request : ServerRequestInterface
Return values
int —Positive integer, if authentication succeeded, otherwise null.