AuthenticationContract
in
Authentication contract.
All authentication backends must extend this contract.
Table of Contents
Methods
- authenticate() : ContextUserObject|null
- Authenticate a request and return the user object
Methods
authenticate()
Authenticate a request and return the user object
public
authenticate(Request $request) : ContextUserObject|null
Parameters
- $request : Request