What happens when we call authenticate api multiple times ?

sekharrockz
sekharrockz edited May 2016 in General
Can i know what happens to the access_token each time i call authenticate api ? Will it show different access token each time or it will change each time we make a call to it.

Here, Api calls are made with a frequency of shorter durations.
  • Kailash
    Depending on the internal state of the session, you may get the same access_token or a different one. Your application should not rely on them being same.

    Also, why do you need to authenticate so many times?
Sign In or Register to comment.