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

    Interface CreateTokenResponse

    Represents the nebius.iam.v1.CreateTokenResponse protobuf message.

    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

      Represents the nebius.iam.v1.CreateTokenResponse protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.iam.v1.CreateTokenResponse protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.iam.v1.CreateTokenResponse"

    Contains the fully qualified protobuf type name.

    accessToken: string

    required

    expiresIn: Long

    Contains the expires_in protobuf field.

    issuedTokenType: string

    required

    scopes: string[]

    Contains the scopes protobuf field.

    tokenType: string

    required - Bearer