Yoast\WP\SEO\MyYoast_Client\Application\Ports
Client_Registration_Interface::mark_uri_validated
Records that the given redirect URI has completed the authorization-code flow.
Called by the authorization-code handler on every successful exchange; idempotent and a no-op when the site is not registered.
Метод класса: Client_Registration_Interface{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Client_Registration_Interface = new Client_Registration_Interface(); $Client_Registration_Interface->mark_uri_validated( $redirect_uri ): void;
- $redirect_uri(строка) (обязательный)
- The redirect URI that completed the auth-code flow.
Код Client_Registration_Interface::mark_uri_validated() Client Registration Interface::mark uri validated Yoast 28.3
public function mark_uri_validated( string $redirect_uri ): void;