@aws-sdk/client-sso-oidc 3.758.0 → 3.772.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +10 -10
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AuthorizationPendingException: () => AuthorizationPendingException,
|
|
26
26
|
CreateTokenCommand: () => CreateTokenCommand,
|
|
@@ -50,7 +50,7 @@ __export(src_exports, {
|
|
|
50
50
|
UnsupportedGrantTypeException: () => UnsupportedGrantTypeException,
|
|
51
51
|
__Client: () => import_smithy_client.Client
|
|
52
52
|
});
|
|
53
|
-
module.exports = __toCommonJS(
|
|
53
|
+
module.exports = __toCommonJS(index_exports);
|
|
54
54
|
|
|
55
55
|
// src/SSOOIDCClient.ts
|
|
56
56
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -177,9 +177,9 @@ var SSOOIDCClient = class extends import_smithy_client.Client {
|
|
|
177
177
|
this.middlewareStack.use(
|
|
178
178
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
179
179
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSSOOIDCHttpAuthSchemeParametersProvider,
|
|
180
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
180
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
181
181
|
"aws.auth#sigv4": config.credentials
|
|
182
|
-
})
|
|
182
|
+
}), "identityProviderConfigProvider")
|
|
183
183
|
})
|
|
184
184
|
);
|
|
185
185
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -730,7 +730,7 @@ var se_CreateTokenCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
730
730
|
grantType: [],
|
|
731
731
|
redirectUri: [],
|
|
732
732
|
refreshToken: [],
|
|
733
|
-
scope: (_) => (0, import_smithy_client._json)(_)
|
|
733
|
+
scope: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "scope")
|
|
734
734
|
})
|
|
735
735
|
);
|
|
736
736
|
b.m("POST").h(headers).b(body);
|
|
@@ -756,7 +756,7 @@ var se_CreateTokenWithIAMCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
756
756
|
redirectUri: [],
|
|
757
757
|
refreshToken: [],
|
|
758
758
|
requestedTokenType: [],
|
|
759
|
-
scope: (_) => (0, import_smithy_client._json)(_),
|
|
759
|
+
scope: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "scope"),
|
|
760
760
|
subjectToken: [],
|
|
761
761
|
subjectTokenType: []
|
|
762
762
|
})
|
|
@@ -776,10 +776,10 @@ var se_RegisterClientCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
776
776
|
clientName: [],
|
|
777
777
|
clientType: [],
|
|
778
778
|
entitledApplicationArn: [],
|
|
779
|
-
grantTypes: (_) => (0, import_smithy_client._json)(_),
|
|
779
|
+
grantTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "grantTypes"),
|
|
780
780
|
issuerUrl: [],
|
|
781
|
-
redirectUris: (_) => (0, import_smithy_client._json)(_),
|
|
782
|
-
scopes: (_) => (0, import_smithy_client._json)(_)
|
|
781
|
+
redirectUris: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "redirectUris"),
|
|
782
|
+
scopes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "scopes")
|
|
783
783
|
})
|
|
784
784
|
);
|
|
785
785
|
b.m("POST").h(headers).b(body);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sso-oidc",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sso-oidc",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|