diff --git a/src/commonMain/kotlin/message/Token.kt b/src/commonMain/kotlin/message/Token.kt index 4a78f92..a400200 100644 --- a/src/commonMain/kotlin/message/Token.kt +++ b/src/commonMain/kotlin/message/Token.kt @@ -8,7 +8,7 @@ import kotlinx.serialization.Serializable /** * Represents Loxone authentication token. * - * @roperty[token] The actual token value. May be null in case of response to refresh token or `authwithtoken` + * @property[token] The actual token value. May be null in case of response to refresh token or `authwithtoken` * @property[key] The token key value. May be null in case of response to refresh token or authwithtoken. * @property[validUntil] Seconds since loxone epoch (1.1.2009) to which the token is valid. * @property[rights]