DeviceInfo

data class DeviceInfo(val publicKeyId: String, val publicKey: String, val keyType: String)

Information about the device's registered key, returned by TSAuthentication.getDeviceInfo.

Constructors

Link copied to clipboard
constructor(publicKeyId: String, publicKey: String, keyType: String)

Properties

Link copied to clipboard

The cryptographic algorithm of the key (e.g. EC, RSA).

Link copied to clipboard

The device's public key, encoded as a Base64 string.

Link copied to clipboard

Identifier of the device's public key.