What is the expiry time duration for refresh token?

Options

I know that the expiry for access token is 7 days.

Does refresh token expire and become invalid? If it expires, how does it help in refreshing the access token?

Can someone explain how exactly the access token and the refresh tokens are updated after their expiry?

Are there new values generated?

Answers