...
- The
<RefreshTokenValidityPeriod>
element is in seconds. By default, it is valid for one day. You can configure this accordingly. The
<RenewRefreshTokenForRefreshGrant>
element is by default set totrue
by default.Info The refresh token is renewed when the refresh grant is used to get an access token. A new refresh token is issued with a new expiry time and the previous refresh token is then inactive and can no longer be used.
If this element is set to false, unless the refresh token has expired, the same refresh token is returned.
...