PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
ai-authorization
/
infrastructure
<?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'; }
[-] token-user-meta-repository-interface.php
[edit]
[-] refresh-token-user-meta-repository.php
[edit]
[-] code-verifier-user-meta-repository.php
[edit]
[-] refresh-token-user-meta-repository-interface.php
[edit]
[-] access-token-user-meta-repository.php
[edit]
[-] code-verifier-user-meta-repository-interface.php
[edit]
[-] access-token-user-meta-repository-interface.php
[edit]
[+]
..