PublicKeyConfig

data class PublicKeyConfig(val callerReference: String, val comment: String? = null, val encodedKey: String, val name: String)

Constructors

Link copied to clipboard
constructor(callerReference: String, comment: String? = null, encodedKey: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A string included in the request to help make sure that the request can't be replayed.

Link copied to clipboard
val comment: String? = null

A comment to describe the public key. The comment cannot be longer than 128 characters.

Link copied to clipboard

The public key that you can use with signed URLs and signed cookies , or with field-level encryption .

Link copied to clipboard

A name to help identify the public key.