DecryptedCredentials

@Serializable
data class DecryptedCredentials(val secureData: SecureData, val nonce: String)

Constructors

Link copied to clipboard
constructor(secureData: SecureData, nonce: String)

Properties

Link copied to clipboard
@SerialName(value = "nonce")
val nonce: String
Link copied to clipboard
@SerialName(value = "secure_data")
val secureData: SecureData