Yoast\WP\SEO\MyYoast_Client\Domain
Auth_Flow_State::get_code_verifier
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() Auth Flow State::get code verifier Yoast 28.3
public function get_code_verifier(): string {
return $this->code_verifier;
}