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.
2 parents ca4167a + 10cf320 commit 9708c17Copy full SHA for 9708c17
1 file changed
Classes/Authentication/HttpBackendUserAuthentication.php
@@ -146,6 +146,7 @@ protected function getAuthServiceConfiguration(): array
146
/**
147
* @param ServerRequestInterface $request
148
* @return string
149
+ * @throws UnauthorizedAccessException if no authorization scheme is provided.
150
*/
151
protected function resolveAuthorizationHeader(ServerRequestInterface $request): string
152
{
0 commit comments