KeyResult

data class KeyResult(val created: Boolean, val keyId: String)

The result containing information about whether the key was created and its identifier.

Parameters

created

Boolean Whether or not key needed to be created.

keyId

String Identifier of the key.

Constructors

Link copied to clipboard
constructor(created: Boolean, keyId: String)

Properties

Link copied to clipboard
Link copied to clipboard