Currently, the expiration time of the Swagger access token ist 1 hour: Code in [TestApi](https://github.com/Jefferson49/webtrees-API/blob/master/src/Http/RequestHandlers/TestApi.php#L86) does not specifiy an expiration time. Therefore, [AccessTokenRepository->getNewToken](https://github.com/Jefferson49/webtrees-API/blob/master/src/OAuth2/Repositories/AccessTokenRepository.php#L95) in uses DEFAULT_EXPIRATION_INTERVAL, which is 'PT1H'.
Currently, the expiration time of the Swagger access token ist 1 hour:
Code in TestApi does not specifiy an expiration time. Therefore, AccessTokenRepository->getNewToken in uses DEFAULT_EXPIRATION_INTERVAL, which is 'PT1H'.