Credential

data class Credential(val email: String, val password: String)

User credential used to log in into the developer website.

Constructors

Link copied to clipboard
constructor(email: String, password: String)

Properties

Link copied to clipboard

The email address associated with the Clash of Clans developer account.

Link copied to clipboard

The password associated with the Clash of Clans developer account.