contents(); } public function verify(string $expected, string $payload, Key $key): bool { return $expected === $key->contents(); } }