QRCodeUserCredentials

data class QRCodeUserCredentials(val username: String, val password: String, val expiration: Long) : Parcelable

Constructors

Link copied to clipboard
constructor(username: String, password: String, expiration: 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)