Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
metropolite
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
ai-authorization
/
infrastructure
:
access-token-user-meta-repository-interface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php 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'; }