@uploadcare/signed-uploads
    Preparing search index...

    Type Alias GenerateSecureSignatureOptions

    GenerateSecureSignatureOptions: { expire: number | Date } | { lifetime: number }

    Type declaration

    • { expire: number | Date }
      • expire: number | Date

        The expiration timestamp of the signature in milliseconds since the epoch or just Date object.

    • { lifetime: number }
      • lifetime: number

        The lifetime of the signature in milliseconds