Lifetime of refresh token

Using below parameters in postman I get access token and refresh token. I know that lifetime of acess token is 1 hour after it is generated. I would like to know lifetime of resfresh token ? If refresh token does not have any lifetime than can we enable a lifetime on it ?

I am sure @Phil_Seeman would have the answer to this question!

Hi @Hema_Sri_Sankarneni,

There’s no expiration on a refresh token.

You can’t set an expiration on it. You can, however, deauthorize it; see the Token Deauthorization Endpoint section here for details on how to do that.

2 Likes