tokenizeUri

fun tokenizeUri(uri: Uri): Uri

Requests and appends an Akamai token to the provided URI.

If the retrieval of the token fails, the original uri is returned.

Return

The tokenized Uri if successful, otherwise the original uri.

Parameters

uri

The URI to be tokenized.