Renew tokens #849
-
I have both Doc says:
Result: when app starts I check From what I understand, it is impossible to check whether |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @ihor-monochkov-enverus , You are right . Has |
Beta Was this translation helpful? Give feedback.
Hi @ihor-monochkov-enverus , You are right . Has
validCredentials
doesn't has any option to check if the refresh token has expired or not . The only way to check if the refresh token has expired or not is via making the network call to renew the credentials and handling theinvalid_grant
code. You can also increase the lifetime of yourrefresh_token
from the application settings in your dashboard. Let me know if you need any more support