Yoast\WP\SEO\MyYoast_Client\Domain

Discovery_Document::get_token_endpointpublicYoast 1.0

Returns the token endpoint URL.

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

Хуков нет.

Возвращает

Строку.

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

$Discovery_Document = new Discovery_Document();
$Discovery_Document->get_token_endpoint(): string;

Код Discovery_Document::get_token_endpoint() Yoast 28.3

public function get_token_endpoint(): string {
	return $this->data['token_endpoint'];
}