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

    Interface AuthenticationTypeValueMembers

    Defines the static values of AuthenticationType.

    interface AuthenticationTypeValueMembers {
        ACCESS_TOKEN: EnumInstance<
            | "UNRECOGNIZED"
            | "AUTHENTICATION_TYPE_UNSPECIFIED"
            | "ACCESS_TOKEN"
            | "STATIC_KEY",
        >;
        AUTHENTICATION_TYPE_UNSPECIFIED: EnumInstance<
            | "UNRECOGNIZED"
            | "AUTHENTICATION_TYPE_UNSPECIFIED"
            | "ACCESS_TOKEN"
            | "STATIC_KEY",
        >;
        STATIC_KEY: EnumInstance<
            | "UNRECOGNIZED"
            | "AUTHENTICATION_TYPE_UNSPECIFIED"
            | "ACCESS_TOKEN"
            | "STATIC_KEY",
        >;
    }
    Index
    ACCESS_TOKEN: EnumInstance<
        | "UNRECOGNIZED"
        | "AUTHENTICATION_TYPE_UNSPECIFIED"
        | "ACCESS_TOKEN"
        | "STATIC_KEY",
    >

    Represents the ACCESS_TOKEN protobuf enum value.

    AUTHENTICATION_TYPE_UNSPECIFIED: EnumInstance<
        | "UNRECOGNIZED"
        | "AUTHENTICATION_TYPE_UNSPECIFIED"
        | "ACCESS_TOKEN"
        | "STATIC_KEY",
    >

    Represents the AUTHENTICATION_TYPE_UNSPECIFIED protobuf enum value.

    STATIC_KEY: EnumInstance<
        | "UNRECOGNIZED"
        | "AUTHENTICATION_TYPE_UNSPECIFIED"
        | "ACCESS_TOKEN"
        | "STATIC_KEY",
    >

    Represents the STATIC_KEY protobuf enum value.