AuthenticationResponse

data class AuthenticationResponse(val symmetricKey: SymmetricKeyResponse? = null)

Authentication mechanism for IoT devices.

Constructors

Link copied to clipboard
constructor(symmetricKey: SymmetricKeyResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Symmetric key for authentication.