HolderActivateWalletUnitRequest

data class HolderActivateWalletUnitRequest(var keyType: String, var userIdToken: String?)

Constructors

Link copied to clipboard
constructor(keyType: String, userIdToken: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Key type for the authentication key generated during activation.

Link copied to clipboard

Identity token obtained from the identity provider after user authentication.