Success

data class Success(val privateKey: PrivateKey, val signature: Signature? = null) : DeviceBindingStatus

Represent the success status after DeviceAuthenticator.authenticate

Constructors

Link copied to clipboard
constructor(privateKey: PrivateKey, signature: Signature? = null)

Properties

Link copied to clipboard

The unlocked private key

Link copied to clipboard
val signature: Signature? = null

The unlocked signature