Yoast\WP\SEO\MyYoast_Client\Infrastructure\Crypto

Key_Pair::get_kidpublicYoast 1.0

Returns the key ID.

Метод класса: Key_Pair{}

Хуков нет.

Возвращает

Строку. The key ID.

Использование

$Key_Pair = new Key_Pair();
$Key_Pair->get_kid(): string;

Код Key_Pair::get_kid() Yoast 27.7

public function get_kid(): string {
	return $this->kid;
}