What is the default validity time for refresh token

Hi, I want to set the refresh time lfietime in auth0 openid applications. But I can’t find the option for setting refresh token expiry time. Kindly sort out my problem. Thanks in advance.

Hello @sathishkumar30699,

Welcome to the Community!

Refresh token do not expire, but they can be revoked.

https://auth0.com/docs/api/authentication#revoke-refresh-token

Thank you for your reply @markd

Glad you have it figured out @sathishkumar30699!