WirelessDeviceOtaaV11

data class WirelessDeviceOtaaV11(val appKey: String, val joinEui: String, val nwkKey: String)

Constructors

Link copied to clipboard
constructor(appKey: String, joinEui: String, nwkKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The AppKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the AppKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.

Link copied to clipboard

The JoinEUI value.

Link copied to clipboard

The NwkKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the NwkKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.