Simulate Login for debugging purpose

tknaren
I am developing a desktop application using KiteConnect. But I am forced to login every time that I have to debug. If I use the requestToken for the subsequent debugging sessions, it is not connecting. Is there any workaround to persist the same requestToken and AccessToken for continuous debugging purpose ?
  • sujith
    Hi,
    The request token is valid for only a couple of minutes and can be used only once. Once you get an access token, it is valid for one day. You can store access token and use it in subsequent runs. Don't request for access token for every run.
Sign In or Register to comment.