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

    Interface CreateTokenResponse

    interface CreateTokenResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.CreateTokenResponse";
        accessToken: string;
        expiresIn: Long;
        issuedTokenType: string;
        scopes: string[];
        tokenType: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v1.CreateTokenResponse"
    accessToken: string

    required

    expiresIn: Long
    issuedTokenType: string

    required

    scopes: string[]
    tokenType: string

    required - Bearer