@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface GetTokenResult {
        access_token: string;
        expires_in: number;
        refresh_token?: string;
        scope?: string;
        token_type: string;
    }
    Index

    Properties

    access_token: string
    expires_in: number
    refresh_token?: string
    scope?: string
    token_type: string