BackendInfo

data class BackendInfo(entries: List<SetupEntry>, isDefault: Boolean, displayName: String, description: String, backendId: String)

Model for storage/authenticator backend configuration

Constructors

Link copied to clipboard
fun BackendInfo(entries: List<SetupEntry>, isDefault: Boolean, displayName: String, description: String, backendId: String)

Properties

Link copied to clipboard
val backendId: String

ID

Link copied to clipboard
val description: String

User-visible description of the backend

Link copied to clipboard
val displayName: String

User-visible name of the backend

Link copied to clipboard
val entries: List<SetupEntry>

Configuration entries

Link copied to clipboard
val isDefault: Boolean

Whether or not this backend is default. Newer quassel clients use the first entry in the list instead of checking this field