Yoast\WP\SEO\MyYoast_Client\Infrastructure\Crypto
Key_Pair::get_kid
Returns the key ID.
Метод класса: Key_Pair{}
Хуков нет.
Возвращает
Строку. The key ID.
Использование
$Key_Pair = new Key_Pair(); $Key_Pair->get_kid(): string;
Код Key_Pair::get_kid() Key Pair::get kid Yoast 27.7
public function get_kid(): string {
return $this->kid;
}