CustomKeysResponse

data class CustomKeysResponse(val keys: Map<String, String>? = null)

Custom Keys credential object

Constructors

Link copied to clipboard
constructor(keys: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keys: Map<String, String>? = null