Interface AuthenticationServiceProviderInterface
AuthenticationServiceProviderInterface
Namespace: Authentication
Method Summary
-
getAuthenticationService() public
Returns an authentication service instance.
Method Detail
getAuthenticationService() ΒΆ public
getAuthenticationService(Psr\Http\Message\ServerRequestInterface $request): Authentication\AuthenticationServiceInterface
Returns an authentication service instance.
Parameters
-
Psr\Http\Message\ServerRequestInterface
$request Request
Returns
Authentication\AuthenticationServiceInterface