Yoast\WP\SEO\MyYoast_Client\Domain

Auth_Flow_State::get_code_verifierpublicYoast 1.0

Returns the PKCE code verifier.

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

Хуков нет.

Возвращает

Строку.

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

$Auth_Flow_State = new Auth_Flow_State();
$Auth_Flow_State->get_code_verifier(): string;

Код Auth_Flow_State::get_code_verifier() Yoast 28.3

public function get_code_verifier(): string {
	return $this->code_verifier;
}