LogScaleSingleConnectionRefreshTokenConfigInput is an input used to refresh token configuration for a federated connection.

This datatype is used by the input datatype, LogScaleSingleConnectionConfigInput, which is ultimately used by the upsertRemoteTableLogScaleConnection() mutation.

Table: LogScaleSingleConnectionRefreshTokenConfigInput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Jun 23, 2026
readAccessTokenLifetimeMslong  PreviewThe per-connection read access token lifetime in milliseconds. Defaults to global configuration value. The minimum is 10800000 (i.e., 3 hours).
refreshTokenstringyes PreviewThe refresh token used to rotate access tokens for connection.
refreshTokenLifetimeMslong  PreviewThe per-connection refresh token lifetime in milliseconds. Defaults to global configuration value. The minimum is 21600000 (i.e., 6 hours).