Skip to content

DownloadAuthorization

Public bounded download URL and exact authorized asset revision.

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">;
}>;