Options
All
  • Public
  • Public/Protected
  • All
Menu

An enum over the different key types a device can have.

Currently devices have a curve25519 and ed25519 keypair. The keys transport format is a base64 encoded string, any unknown key type will be left as such a string.

Index

Enumeration Members

Enumeration Members

Curve25519: 0

The curve25519 device key.

Ed25519: 1

The ed25519 device key.

Unknown: 2

An unknown device key.

Generated using TypeDoc