sttarneyiat
sttarneyiat
I am passing a required scope to the : public function verifyResourceRequest(OAuth2_RequestInterface $request, OAuth2_ResponseInterface $response, $scope = null) like so : $server->verifyResourceRequest($app['request'], $response, $scopeRequired) And it is returning the following...
Using the Authorization Grant flow, everything is working fine in the demo and then it seems like when the access token is expired It is throwing this error : `Fatal...
When initialized the new BasicPollQueueInfo(), the polledMessageCount is set to 0: https://github.com/aws/aws-cloudtrail-processing-library/blob/9e03e4384742b5915c0da60b552d4c53252187fe/src/main/java/com/amazonaws/services/cloudtrail/processinglibrary/manager/SqsManager.java#L115 Upon getting the results of the request, the sqsMessages are set up and the actual count is logged:...