Hi,
According to this : Swagger UI (cuba-platform.com)
I have the “expires_in” property of token.
And I need method to check if the token is valid or not , is it available ?
Note: currently we will delete the expired tokens from database using cuba.rest.deleteExpiredTokensCron
Thanks in advance,