Submit
Path:
~
/
home
/
getwphos
/
www
/
kingpanel
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
ai-authorization
/
application
/
File Content:
code-generator-interface.php
<?php namespace Yoast\WP\SEO\AI_Authorization\Application; /** * Interface Code_Generator_Interface. */ interface Code_Generator_Interface { /** * Generates a unique code using the user's email and random data. * * @param string $user_email The user's email. * @param int $length The length of the returned value. * * @return string The generated unique code. */ public function generate( string $user_email, int $length = 10 ): string; }
Submit
FILE
FOLDER
Name
Size
Permission
Action
code-generator-interface.php
467 bytes
0644
code-verifier-handler-interface.php
776 bytes
0644
code-verifier-handler.php
2513 bytes
0644
token-manager-interface.php
4623 bytes
0644
token-manager.php
12731 bytes
0644
N4ST4R_ID | Naxtarrr