JsonWebTokenAuthenticator
in
Interface JsonWebTokenAuthenticator
Table of Contents
- authenticate() : UserId
- Authenticates based on the provided JSON web token and returns his ID.
Methods
authenticate()
Authenticates based on the provided JSON web token and returns his ID.
public
authenticate(string $token) : UserId
Parameters
- $token : string