Credentials

data class Credentials(ssid: String, password: String)

Credentials class is used to store the SSID and password of the network.

Constructors

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

Properties

Link copied to clipboard