We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7a6a5 commit 98804efCopy full SHA for 98804ef
src/VerifierServer/Endpoints/EndpointInterface.php
@@ -21,14 +21,12 @@ interface EndpointInterface
21
* @param int|string &$response The variable to store the generated response.
22
* @param array &$content_type The variable to store the content type of the response.
23
* @param string &$body The variable to store the body of the response.
24
- * @param bool $bypass_token Whether to bypass the token check. Default is false.
25
*/
26
public function handle(
27
string $method,
28
ServerRequestInterface|string $request,
29
int|string &$response,
30
array &$content_type,
31
- string &$body,
32
- bool $bypass_token = false
+ string &$body
33
): void;
34
}
0 commit comments