Heray-Was-Here
Server : Apache
System : Linux mail.lomejor.cr 6.8.0-1059-azure #65~22.04.1-Ubuntu SMP Thu May 28 16:59:19 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.2.31
Disable Function : NONE
Directory :  /var/www/outlet/wp-content/plugins/oauth2-provider/library/WPOAuth2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/outlet/wp-content/plugins/oauth2-provider/library/WPOAuth2/ResponseInterface.php
<?php

namespace WPOAuth2;

/**
 * Interface which represents an object response.  Meant to handle and display the proper OAuth2 Responses
 * for errors and successes
 *
 * @see OAuth2\Response
 */
interface ResponseInterface {

	public function addParameters( array $parameters );

	public function addHttpHeaders( array $httpHeaders );

	public function setStatusCode( $statusCode );

	public function setError( $statusCode, $name, $description = null, $uri = null );

	public function setRedirect( $statusCode, $url, $state = null, $error = null, $errorDescription = null, $errorUri = null );

	public function getParameter( $name );
}

Hry