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

    Interface TokenRefreshMetric

    interface TokenRefreshMetric {
        background: boolean;
        durationSeconds: number;
        provider: string;
        result: MetricResult;
    }
    Index

    Properties

    background: boolean
    durationSeconds: number
    provider: string
    result: MetricResult