Yoast\WP\SEO\AI\Authentication\Domain

Auth_Method{}finalYoast 1.0

Constants identifying the auth strategy in use for a given AI request.

Used by the wpseo_ai_auth_method filter to pin a specific strategy during QA / staged rollout.

Хуков нет.

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

$Auth_Method = new Auth_Method();
// use class methods

Методы

Нет Методов у класса.

Код Auth_Method{} Yoast 28.3

final class Auth_Method {

	public const OAUTH = 'oauth';
	public const TOKEN = 'token';
}