GatewayConfigGatewayAuthMethod

enum GatewayConfigGatewayAuthMethod : Enum<GatewayConfigGatewayAuthMethod> , ConvertibleToJava<GatewayConfigGatewayAuthMethod>

Indicates how to authorize and/or authenticate devices to access the gateway.

Entries

Link copied to clipboard

No authentication/authorization method specified. No devices are allowed to access the gateway.

Link copied to clipboard

The device is authenticated through the gateway association only. Device credentials are ignored even if provided.

Link copied to clipboard

The device is authenticated through its own credentials. Gateway association is not checked.

Link copied to clipboard

The device is authenticated through both device credentials and gateway association. The device must be bound to the gateway and must provide its own credentials.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GatewayConfigGatewayAuthMethod
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.

Properties

Link copied to clipboard
val javaValue: GatewayConfigGatewayAuthMethod
Link copied to clipboard
Link copied to clipboard