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.
The curve25519 device key.
The ed25519 device key.
An unknown device key.
Generated using TypeDoc
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.