Token

class Token(val authenticator: LoxoneTokenAuthenticator) : LoxoneAuth

Token based authentication. Can be used both for HTTP and WebSocket.

Parameters

authenticator

Token authenticator.

Constructors

Link copied to clipboard
constructor(authenticator: LoxoneTokenAuthenticator)

Properties

Link copied to clipboard
Link copied to clipboard

Returns token authenticator if this authentication is token based.