Типы токена аутентификации в PHP

$authentication = new AuthenticationMethod();

/** @var Psr\Http\Message\RequestInterface */
$authentication->authenticate($request);
Combative Cicada