Refresh token expiration types, one of: expiring, non-expiring
Optional
idle_Period (in seconds) for which refresh tokens will remain valid without use
Optional
infinite_Prevents tokens from expiring without use when true
(takes precedence over idle_token_lifetime
values)
Optional
infinite_Prevents tokens from having a set lifetime when true
(takes precedence over token_lifetime
values)
Optional
leewayPeriod in seconds where the previous refresh token can be exchanged without triggering breach detection
Refresh token rotation types, one of: rotating, non-rotating
Optional
token_Period (in seconds) for which refresh tokens will remain valid
Refresh token configuration