ManaPHP\Authentication\TokenInterface::decode PHP Метод

decode() публичный Метод

public decode ( string $str ) : static
$str string
Результат static
    public function decode($str);
TokenInterface