//library/com.uploadcare.android.library.urls/Urls/Companion/cdnKeyCDN

cdnKeyCDN

[androidJvm]
Content
@JvmStatic()

fun cdnKeyCDN(domain: String, builder: CdnPathBuilder, token: String, expire: String): URI
More info

Creates a full CDN URL with a CDN path builder. Using Secure delivery. KeyCDN

Parameters

androidJvm

Name Summary
builder

Configured CDN path builder

domain

domain that is setup for Secure delivery on your account. (ex. https://cdn.yourdomain.com)

expire

is an expiry date provided with the access token.

token

is a generated token used to access your content using a authenticated URL.