RegisterState

data class RegisterState(var clientVersion: String = "", var attestationChallenge: ByteString? = null, var cloudChallenge: ByteArray? = null, var cloudBindingKey: CoseKey? = null, var deviceBindingKey: CoseKey? = null, var clientPassphraseSalt: ByteArray = byteArrayOf(), var clientSaltedPassphrase: ByteArray = byteArrayOf(), var registrationComplete: Boolean = false, var clientId: String? = null, var deviceAttestation: DeviceAttestation? = null)

Constructors

Link copied to clipboard
constructor(clientVersion: String = "", attestationChallenge: ByteString? = null, cloudChallenge: ByteArray? = null, cloudBindingKey: CoseKey? = null, deviceBindingKey: CoseKey? = null, clientPassphraseSalt: ByteArray = byteArrayOf(), clientSaltedPassphrase: ByteArray = byteArrayOf(), registrationComplete: Boolean = false, clientId: String? = null, deviceAttestation: DeviceAttestation? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var attestationChallenge: ByteString?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard