Type alias GenerateSecureSignatureOptions

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

Type declaration

  • expire: number | Date

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

Type declaration

  • lifetime: number

    The lifetime of the signature in milliseconds

Generated using TypeDoc