# wordpress-seo/27.5/src/ai/authorization/infrastructure/access-token-user-meta-repository-interface.php

Yoast SEO – Advanced SEO with real-time guidance and built-in AI, version 27.5. 16 lines.

- Page: https://pluginprobe.com/plugins/wordpress-seo/27.5/code/src/ai/authorization/infrastructure/access-token-user-meta-repository-interface.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/27.5/raw/src/ai/authorization/infrastructure/access-token-user-meta-repository-interface.php
- Modified: 2026-03-17T12:01:04+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wordpress-seo/27.5/code/src/ai/authorization/infrastructure/access-token-user-meta-repository-interface.php#L10-L20`.

```php
<?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';
}

```
