copy

fun copy(useCache: Boolean = true, cacheLimit: Int? = 200, automaticRefresh: Boolean = true, retryWhenRateLimited: Boolean = true, enableLogger: Boolean = true, testTokenValidity: Boolean = false, defaultLimit: Int = 50, allowBulkRequests: Boolean = true, requestTimeoutMillis: Long? = null, json: Json = nonstrictJson, refreshTokenProducer: suspend (GenericSpotifyApi) -> Token? = null, onTokenRefresh: suspend (GenericSpotifyApi) -> Unit? = null, requiredScopes: List<SpotifyScope>? = null, proxyBaseUrl: String? = null, retryIfInternalServerError: Boolean = true): SpotifyApiOptions

Sources

(source)
Link copied to clipboard