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