interface AssetKey {
    policy: string;
    secret: string;
    toPlainObject(): AssetKeyProps;
}

Hierarchy (view full)

Properties

Methods

Properties

policy: string

A JWT describing a policy; needs to be attached to signed URLs

secret: string

A secret key to be used for signing URLs

Methods