types of authentication token in php code example
Example: types of authentication token in php
$authentication = new AuthenticationMethod();
/** @var Psr\Http\Message\RequestInterface */
$authentication->authenticate($request);
$authentication = new AuthenticationMethod();
/** @var Psr\Http\Message\RequestInterface */
$authentication->authenticate($request);