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

    Interface TokenRefreshMetric

    Describes one token refresh.

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

    Specifies whether the refresh ran in the background.

    durationSeconds: number

    Contains the duration in seconds.

    provider: string

    Contains the provider.

    result: MetricResult

    Contains the result.