WebRequestAuthenticator
in
Interface WebRequestAuthenticator
Table of Contents
- authenticateWebRequest() : UserId
- Authenticates the provided server request and returns the user ID.
Methods
authenticateWebRequest()
Authenticates the provided server request and returns the user ID.
public
authenticateWebRequest(ServerRequestInterface $request) : UserId
Parameters
- $request : ServerRequestInterface