AuthenticationManagerInterface
in
AuthenticationManagerInterface is the interface for authentication managers, which process Token authentication.
Tags
Table of Contents
- authenticate() : TokenInterface
- Attempts to authenticate a TokenInterface object.
Methods
authenticate()
Attempts to authenticate a TokenInterface object.
public
authenticate(TokenInterface $token) : TokenInterface
Parameters
- $token : TokenInterface
Tags
Return values
TokenInterface —An authenticated TokenInterface instance, never null