Yoast\WP\SEO\MyYoast_Client\Application\Grants

Refresh_Token_Grant::__constructpublicYoast 1.0

Refresh_Token_Grant constructor.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$Refresh_Token_Grant = new Refresh_Token_Grant();
$Refresh_Token_Grant->__construct(;

Код Refresh_Token_Grant::__construct() Yoast 27.7

public function __construct(
	// phpcs:ignore PHPCompatibility.Attributes.NewAttributes.PHPNativeAttributeFound -- No-op on PHP < 8.2; redacts parameter from stack traces on PHP 8.2+.
	#[SensitiveParameter]
	string $refresh_token
) {
	$this->refresh_token = $refresh_token;
}