Credential

constructor(id: String, name: Int, hide: Boolean = false)

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).