All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.datalbry.jetbrains.space.client.SpaceConfig.kt Maven / Gradle / Ivy

package io.datalbry.jetbrains.space.client

/**
 * The data required to authenticate to JetBrains Space
 */
data class SpaceConfig(
    val clientId: String,
    val clientSecret: String,
    val serverUrl: String,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy