Yoast\WP\SEO\MyYoast_Client\Domain

Auth_Token_Type{}finalYoast 1.0

Authorization header token schemes supported by the OAuth client.

Хуков нет.

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

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

Методы

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

Код Auth_Token_Type{} Yoast 28.3

final class Auth_Token_Type {

	public const BEARER = 'Bearer';
	public const DPOP   = 'DPoP';
}