Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AkamaiManualStreamCdnConfig

Configuration fields for manual Akamai configuration.

Properties

Optional edgeHostname

edgeHostname: undefined | string

The hostname of the CDN edge server to use when building CDN URLs.

Optional edgePathPrefix

edgePathPrefix: undefined | string

The path to prepend when building CDN URLs.

Optional edgeTokenKey

edgeTokenKey: undefined | string

The encryption key to use for edge token authentication.

Optional edgeTokenSalt

edgeTokenSalt: undefined | string

Salt to use when encrypting authentication token.

Optional isEdgeTokenAuth

isEdgeTokenAuth: undefined | false | true

Whether token authentication should be used at the CDN edge.

Optional originAuthSecretKeyA

originAuthSecretKeyA: undefined | string

The shared secret key A, two for errorless key rotation.

Optional originAuthSecretKeyB

originAuthSecretKeyB: undefined | string

The shared secret key B, two for errorless key rotation.

Optional originAuthSecretKeyNonceA

originAuthSecretKeyNonceA: undefined | string

Nonce identifier for originAuthSecretKeyA (used to determine key used to sign).

Optional originAuthSecretKeyNonceB

originAuthSecretKeyNonceB: undefined | string

Nonce identifier for originAuthSecretKeyB (used to determine key used to sign).

Optional originAuthSignEncryption

originAuthSignEncryption: OriginAuthSignEncryption

The type of encryption used to compute the signature.

Optional originAuthSignType

originAuthSignType: OriginAuthSignType

The type of data used to compute the signature.

Const type

type: string = "AKAMAI_MANUAL"

Methods

getDeserializedJsonObj

getJsonObj