Interface AuthenticatorInterface
Namespace: Authentication\Authenticator
Method Summary
-
authenticate() public
Authenticate user.
Method Detail
authenticate() ΒΆ public
authenticate(Psr\Http\Message\ServerRequestInterface $request): Authentication\Authenticator\ResultInterface
Authenticate user.
Parameters
-
Psr\Http\Message\ServerRequestInterface
$request The request.
Returns
Authentication\Authenticator\ResultInterface