Basic

class Basic(val username: String, val password: String) : LoxoneAuth

Basic authentication. Only suitable for HTTP.

Parameters

username

Loxone username.

password

Loxone password.

Constructors

Link copied to clipboard
constructor(credentials: LoxoneCredentials)
constructor(profile: LoxoneProfile)
constructor(username: String, password: String)

Properties

Link copied to clipboard
Link copied to clipboard

Returns token authenticator if this authentication is token based.

Link copied to clipboard