|
@@ -17,7 +17,7 @@ import kotlinx.serialization.Serializable
|
|
@Serializable
|
|
@Serializable
|
|
data class FederationHelloAuthParams(
|
|
data class FederationHelloAuthParams(
|
|
@JsonField(name = ["token"])
|
|
@JsonField(name = ["token"])
|
|
- var token: String? = null,
|
|
|
|
|
|
+ var token: String? = null
|
|
) : Parcelable {
|
|
) : Parcelable {
|
|
// This constructor is added to work with the 'com.bluelinelabs.logansquare.annotation.JsonObject'
|
|
// This constructor is added to work with the 'com.bluelinelabs.logansquare.annotation.JsonObject'
|
|
constructor() : this(null)
|
|
constructor() : this(null)
|