File "access-token-user-meta-repository-interface.php"
Full Path: /home/ccipcixf/public_html/beta/wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/access-token-user-meta-repository-interface.php
File size: 470 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
// phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure.
namespace Yoast\WP\SEO\AI\Authorization\Infrastructure;
/**
* Interface Access_Token_User_Meta_Repository_Interface
*
* @phpcs:disable Yoast.NamingConventions.ObjectNameDepth.MaxExceeded
*/
interface Access_Token_User_Meta_Repository_Interface extends Token_User_Meta_Repository_Interface {
public const META_KEY = '_yoast_wpseo_ai_generator_access_jwt';
}