AkamaiSignatureHeaderAuthenticationKeyResponse

data class AkamaiSignatureHeaderAuthenticationKeyResponse(val base64Key: String? = null, val expiration: String? = null, val identifier: String? = null)

Akamai Signature Header authentication key.

Constructors

constructor(base64Key: String? = null, expiration: String? = null, identifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val base64Key: String? = null

authentication key

Link copied to clipboard
val expiration: String? = null

The expiration time of the authentication key.

Link copied to clipboard
val identifier: String? = null

identifier of the key