ManaPHP\Authentication\TokenInterface::decode PHP Method

decode() public method

public decode ( string $str ) : static
$str string
return static
    public function decode($str);
TokenInterface