Credential

data class Credential(val id: String, val name: Int, val hide: Boolean = false)

A credential.

Parameters

id

the internal ID of this credential.

name

the user-facing name of this credential (e.g. "Token" or "Username") as a string resource ID.

hide

if true, fields for this credential will be shown with hidden characters (like a password field).

Constructors

Link copied to clipboard
constructor(id: String, name: Int, hide: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hide: Boolean = false
Link copied to clipboard
val id: String
Link copied to clipboard
val name: Int