@dvxch/yandex-music
    Preparing search index...

    Interface Sign

    A computed request signature.

    interface Sign {
        timestamp: number;
        value: string;
    }
    Index

    Properties

    Properties

    timestamp: number

    Unix timestamp (seconds) the signature was created at.

    value: string

    Base64-encoded HMAC-SHA256 signature value.