• File: refresh-token-user-meta-repository-interface.php
  • Full Path: /home/docteuh/www/jquery3/src/ai-authorization/infrastructure/refresh-token-user-meta-repository-interface.php
  • Date Modified: 06/23/2026 4:19 PM
  • File size: 374 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Yoast\WP\SEO\AI_Authorization\Infrastructure;

/**
 * Interface Refresh_Token_User_Meta_Repository_Interface
 *
 * @phpcs:disable Yoast.NamingConventions.ObjectNameDepth.MaxExceeded
 */
interface Refresh_Token_User_Meta_Repository_Interface extends Token_User_Meta_Repository_Interface {

	public const META_KEY = '_yoast_wpseo_ai_generator_refresh_jwt';
}