4d / 4D-NetKit

4D NetKit is a built-in 4D component that allows you to interact with third-party web services and their APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

token expiration not checked once it is issued

macMikey opened this issue · comments

per this thread on the forum, once an access token is obtained, it is not checked for expiration.
_BaseAPI._getToken() should have the if block removed, to trigger the expiration check.