ibm-cloud-sdk-core
Version:
Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.
45 lines (44 loc) • 4.09 kB
JavaScript
/**
* (C) Copyright IBM Corp. 2019, 2023.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.IamAssumeAuthenticator = exports.McspV2Authenticator = exports.McspAuthenticator = exports.VpcInstanceAuthenticator = exports.TokenRequestBasedAuthenticator = exports.IamRequestBasedAuthenticator = exports.NoAuthAuthenticator = exports.ContainerAuthenticator = exports.IamAuthenticator = exports.CloudPakForDataAuthenticator = exports.BearerTokenAuthenticator = exports.BasicAuthenticator = exports.Authenticator = void 0;
var authenticator_1 = require("./authenticator");
Object.defineProperty(exports, "Authenticator", { enumerable: true, get: function () { return authenticator_1.Authenticator; } });
var basic_authenticator_1 = require("./basic-authenticator");
Object.defineProperty(exports, "BasicAuthenticator", { enumerable: true, get: function () { return basic_authenticator_1.BasicAuthenticator; } });
var bearer_token_authenticator_1 = require("./bearer-token-authenticator");
Object.defineProperty(exports, "BearerTokenAuthenticator", { enumerable: true, get: function () { return bearer_token_authenticator_1.BearerTokenAuthenticator; } });
var cloud_pak_for_data_authenticator_1 = require("./cloud-pak-for-data-authenticator");
Object.defineProperty(exports, "CloudPakForDataAuthenticator", { enumerable: true, get: function () { return cloud_pak_for_data_authenticator_1.CloudPakForDataAuthenticator; } });
var iam_authenticator_1 = require("./iam-authenticator");
Object.defineProperty(exports, "IamAuthenticator", { enumerable: true, get: function () { return iam_authenticator_1.IamAuthenticator; } });
var container_authenticator_1 = require("./container-authenticator");
Object.defineProperty(exports, "ContainerAuthenticator", { enumerable: true, get: function () { return container_authenticator_1.ContainerAuthenticator; } });
var no_auth_authenticator_1 = require("./no-auth-authenticator");
Object.defineProperty(exports, "NoAuthAuthenticator", { enumerable: true, get: function () { return no_auth_authenticator_1.NoAuthAuthenticator; } });
var iam_request_based_authenticator_1 = require("./iam-request-based-authenticator");
Object.defineProperty(exports, "IamRequestBasedAuthenticator", { enumerable: true, get: function () { return iam_request_based_authenticator_1.IamRequestBasedAuthenticator; } });
var token_request_based_authenticator_1 = require("./token-request-based-authenticator");
Object.defineProperty(exports, "TokenRequestBasedAuthenticator", { enumerable: true, get: function () { return token_request_based_authenticator_1.TokenRequestBasedAuthenticator; } });
var vpc_instance_authenticator_1 = require("./vpc-instance-authenticator");
Object.defineProperty(exports, "VpcInstanceAuthenticator", { enumerable: true, get: function () { return vpc_instance_authenticator_1.VpcInstanceAuthenticator; } });
var mcsp_authenticator_1 = require("./mcsp-authenticator");
Object.defineProperty(exports, "McspAuthenticator", { enumerable: true, get: function () { return mcsp_authenticator_1.McspAuthenticator; } });
var mcspv2_authenticator_1 = require("./mcspv2-authenticator");
Object.defineProperty(exports, "McspV2Authenticator", { enumerable: true, get: function () { return mcspv2_authenticator_1.McspV2Authenticator; } });
var iam_assume_authenticator_1 = require("./iam-assume-authenticator");
Object.defineProperty(exports, "IamAssumeAuthenticator", { enumerable: true, get: function () { return iam_assume_authenticator_1.IamAssumeAuthenticator; } });
;