Yoast\WP\SEO\MyYoast_Client\Application\Grants

Grant_Interface::get_grant_typepublicYoast 1.0

Returns the OAuth grant type identifier (e.g. "authorization_code").

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

Хуков нет.

Возвращает

Строку.

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

$Grant_Interface = new Grant_Interface();
$Grant_Interface->get_grant_type(): string;

Код Grant_Interface::get_grant_type() Yoast 27.7

public function get_grant_type(): string;