SetSecureDataRequest

data class SetSecureDataRequest(key: String, value: String)

Properties

key
Link copied to clipboard
val key: String

The key under which the secure data should be stored.

value
Link copied to clipboard
val value: String

The secure value to be stored.