oauth2_key_refresh_interval

Sets the regular interval (in seconds) at which the JWKS used for OAuth 2.0 access token validation is refreshed. Defaults to 86400 (1 day). If set to 0, server validation keys are not refreshed.

oauth2_key_refresh_interval = seconds

This parameter is optional and is only relevant when the value of oauth2_server_validation_key is set to the URL of an HTTP(S) JWKS endpoint. For more information, see Validation Key Rotation Considerations.