You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use existing tokens from the storage and validate the token before accessing other methods of QB
method: OAuthClient.isAccessTokenValid() returns always true.
On this response I see that createdAt timestamp is always time when I call the method OAuthClient.token.getToken()
which I think is wrong because it should be the time when token is created in order to make the validation for expired token.
OAuthClient.token.getToken() this method is broken.
The text was updated successfully, but these errors were encountered:
edyrkaj
changed the title
Wrong created_at date on OAuthClient.token.getToken()
Wrong createdAt date on OAuthClient.token.getToken() response
Sep 15, 2021
Description:
Version:
"intuit-oauth": "^4.0.0",
Node
10.24
When I use existing tokens from the storage and validate the token before accessing other methods of QB
method:
OAuthClient.isAccessTokenValid()
returns always true.On this response I see that
createdAt
timestamp is always time when I call the methodOAuthClient.token.getToken()
which I think is wrong because it should
be the time when token is created
in order to make the validation for expired token.OAuthClient.token.getToken()
this method is broken.The text was updated successfully, but these errors were encountered: