☰
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
14.1K
All Categories
0
Incidents
158
Node JS client
43
Go client
801
.Net API client
386
Kite Publisher
538
.Net / VBA / Excel (3rd party)
466
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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.