☰
Login
Signup
Home
›
General
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
February 2018
sujith
renew access token - what is the use?
dajinkya
February 2018
edited May 2018
in
General
Hi ,
What does renew_access_token does?
Can it renew previous days generated access token and reuse for todays> So to avoid daily generating access token?
If yes, can you show example how to use it?
sujith
February 2018
edited January 2019
Hi,
A renew_access_token method is to get a new access token using refresh_token.
A `refresh_token` is a special long-standing token for read-only requests issued selectively to exchange approved platforms and not for individual users.
This discussion has been closed.
A renew_access_token method is to get a new access token using refresh_token.
A `refresh_token` is a special long-standing token for read-only requests issued selectively to exchange approved platforms and not for individual users.