package org.libre.agosto.p2play.models class TokenModel ( var token: String = "", var status: Int = -1 )