Yoast\WP\SEO\AI\Authentication\Domain
Auth_Method{}
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{} Auth Method{} Yoast 28.3
final class Auth_Method {
public const OAUTH = 'oauth';
public const TOKEN = 'token';
}