Yoast\WP\SEO\MyYoast_Client\Application\Grants

Client_Credentials_Grant::get_grant_typepublicYoast 1.0

Returns the grant type identifier.

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

Хуков нет.

Возвращает

Строку.

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

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

Код Client_Credentials_Grant::get_grant_type() Yoast 27.7

public function get_grant_type(): string {
	return 'client_credentials';
}