DownloadAuthorization
Public bounded download URL and exact authorized asset revision.
Declaration
Section titled “Declaration”const DownloadAuthorization: Schema.Struct<{ asset: Schema.Struct<{ key: Schema.brand<Schema.String, "DownloadAssetKey">; revision: Schema.brand<Schema.Int, "DefinitionRevision">; }>; url: Schema.brand<Schema.String, "DownloadUrl">; expiresAt: Schema.brand<Schema.Int, "EpochMilliseconds">;}>;