AuthResponse

data class AuthResponse(var header: String, var token: String, var expiryTsMs: Long) : Parcelable

Constructors

Link copied to clipboard
constructor(header: String, token: String, expiryTsMs: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)