TokenPermission

Represents Token's permission type necessary for token acquire.

Entries

Link copied to clipboard

ADMIN permission.

Link copied to clipboard

WEB permission - short token validity (lasts for hours).

Link copied to clipboard

APP permission - long token validity (lasts for weeks).

Link copied to clipboard

CONFIG permission - used to connect like Loxone Config application.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val id: Int

numeric representation as used in Loxone API

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.