Interface AuthorizationServiceProviderInterface
This interface should be implemented by the authorization service provider.
Namespace: Authorization
Method Summary
-
getAuthorizationService() public
Returns authorization service instance.
Method Detail
getAuthorizationService() ΒΆ public
getAuthorizationService(Psr\Http\Message\ServerRequestInterface $request): Authorization\AuthorizationServiceInterface
Returns authorization service instance.
Parameters
-
Psr\Http\Message\ServerRequestInterface
$request Request
Returns
Authorization\AuthorizationServiceInterface