@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface TokenLifetimeMetric

    Describes the remaining lifetime of an acquired token.

    interface TokenLifetimeMetric {
        provider: string;
        ttlSeconds: number;
    }
    Index
    provider: string

    Contains the provider.

    ttlSeconds: number

    Contains the non-negative lifetime in seconds at acquisition time.