ProvideStaticKey

data class ProvideStaticKey(val length: Int, val authenticate: (ByteArray) -> Unit) : AuthAction

The user must provide a 16-byte static authentication value.

Constructors

Link copied to clipboard
constructor(length: Int, authenticate: (ByteArray) -> Unit)

Properties

Link copied to clipboard

Lambda func to invoke to authenticate provisioning process.

Link copied to clipboard
val length: Int

Length of the static authentication value.