Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-sso-oidc

Package Overview
Dependencies
Maintainers
7
Versions
400
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-sso-oidc - npm Package Compare versions

Comparing version 3.14.0 to 3.15.0

14

commands/CreateTokenCommand.ts

@@ -27,2 +27,16 @@ import { SSOOIDCClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOOIDCClient";

* account.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOOIDCClient, CreateTokenCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
* // const { SSOOIDCClient, CreateTokenCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
* const client = new SSOOIDCClient(config);
* const command = new CreateTokenCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link CreateTokenCommandInput} for command's `input` shape.
* @see {@link CreateTokenCommandOutput} for command's `response` shape.
* @see {@link SSOOIDCClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -29,0 +43,0 @@ export class CreateTokenCommand extends $Command<

@@ -26,2 +26,16 @@ import { SSOOIDCClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOOIDCClient";

* The output should be persisted for reuse through many authentication requests.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOOIDCClient, RegisterClientCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
* // const { SSOOIDCClient, RegisterClientCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
* const client = new SSOOIDCClient(config);
* const command = new RegisterClientCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link RegisterClientCommandInput} for command's `input` shape.
* @see {@link RegisterClientCommandOutput} for command's `response` shape.
* @see {@link SSOOIDCClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -28,0 +42,0 @@ export class RegisterClientCommand extends $Command<

@@ -25,2 +25,16 @@ import { SSOOIDCClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOOIDCClient";

* <p>Initiates device authorization by requesting a pair of verification codes from the authorization service.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOOIDCClient, StartDeviceAuthorizationCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
* // const { SSOOIDCClient, StartDeviceAuthorizationCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
* const client = new SSOOIDCClient(config);
* const command = new StartDeviceAuthorizationCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link StartDeviceAuthorizationCommandInput} for command's `input` shape.
* @see {@link StartDeviceAuthorizationCommandOutput} for command's `response` shape.
* @see {@link SSOOIDCClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -27,0 +41,0 @@ export class StartDeviceAuthorizationCommand extends $Command<

@@ -12,2 +12,16 @@ "use strict";

* account.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOOIDCClient, CreateTokenCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
* // const { SSOOIDCClient, CreateTokenCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
* const client = new SSOOIDCClient(config);
* const command = new CreateTokenCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link CreateTokenCommandInput} for command's `input` shape.
* @see {@link CreateTokenCommandOutput} for command's `response` shape.
* @see {@link SSOOIDCClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -14,0 +28,0 @@ class CreateTokenCommand extends smithy_client_1.Command {

@@ -11,2 +11,16 @@ "use strict";

* The output should be persisted for reuse through many authentication requests.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOOIDCClient, RegisterClientCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
* // const { SSOOIDCClient, RegisterClientCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
* const client = new SSOOIDCClient(config);
* const command = new RegisterClientCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link RegisterClientCommandInput} for command's `input` shape.
* @see {@link RegisterClientCommandOutput} for command's `response` shape.
* @see {@link SSOOIDCClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -13,0 +27,0 @@ class RegisterClientCommand extends smithy_client_1.Command {

@@ -10,2 +10,16 @@ "use strict";

* <p>Initiates device authorization by requesting a pair of verification codes from the authorization service.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOOIDCClient, StartDeviceAuthorizationCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
* // const { SSOOIDCClient, StartDeviceAuthorizationCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
* const client = new SSOOIDCClient(config);
* const command = new StartDeviceAuthorizationCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link StartDeviceAuthorizationCommandInput} for command's `input` shape.
* @see {@link StartDeviceAuthorizationCommandOutput} for command's `response` shape.
* @see {@link SSOOIDCClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -12,0 +26,0 @@ class StartDeviceAuthorizationCommand extends smithy_client_1.Command {

@@ -6,2 +6,5 @@ "use strict";

(function (AccessDeniedException) {
/**
* @internal
*/
AccessDeniedException.filterSensitiveLog = (obj) => ({

@@ -13,2 +16,5 @@ ...obj,

(function (AuthorizationPendingException) {
/**
* @internal
*/
AuthorizationPendingException.filterSensitiveLog = (obj) => ({

@@ -20,2 +26,5 @@ ...obj,

(function (CreateTokenRequest) {
/**
* @internal
*/
CreateTokenRequest.filterSensitiveLog = (obj) => ({

@@ -27,2 +36,5 @@ ...obj,

(function (CreateTokenResponse) {
/**
* @internal
*/
CreateTokenResponse.filterSensitiveLog = (obj) => ({

@@ -34,2 +46,5 @@ ...obj,

(function (ExpiredTokenException) {
/**
* @internal
*/
ExpiredTokenException.filterSensitiveLog = (obj) => ({

@@ -41,2 +56,5 @@ ...obj,

(function (InternalServerException) {
/**
* @internal
*/
InternalServerException.filterSensitiveLog = (obj) => ({

@@ -48,2 +66,5 @@ ...obj,

(function (InvalidClientException) {
/**
* @internal
*/
InvalidClientException.filterSensitiveLog = (obj) => ({

@@ -55,2 +76,5 @@ ...obj,

(function (InvalidGrantException) {
/**
* @internal
*/
InvalidGrantException.filterSensitiveLog = (obj) => ({

@@ -62,2 +86,5 @@ ...obj,

(function (InvalidRequestException) {
/**
* @internal
*/
InvalidRequestException.filterSensitiveLog = (obj) => ({

@@ -69,2 +96,5 @@ ...obj,

(function (InvalidScopeException) {
/**
* @internal
*/
InvalidScopeException.filterSensitiveLog = (obj) => ({

@@ -76,2 +106,5 @@ ...obj,

(function (SlowDownException) {
/**
* @internal
*/
SlowDownException.filterSensitiveLog = (obj) => ({

@@ -83,2 +116,5 @@ ...obj,

(function (UnauthorizedClientException) {
/**
* @internal
*/
UnauthorizedClientException.filterSensitiveLog = (obj) => ({

@@ -90,2 +126,5 @@ ...obj,

(function (UnsupportedGrantTypeException) {
/**
* @internal
*/
UnsupportedGrantTypeException.filterSensitiveLog = (obj) => ({

@@ -97,2 +136,5 @@ ...obj,

(function (InvalidClientMetadataException) {
/**
* @internal
*/
InvalidClientMetadataException.filterSensitiveLog = (obj) => ({

@@ -104,2 +146,5 @@ ...obj,

(function (RegisterClientRequest) {
/**
* @internal
*/
RegisterClientRequest.filterSensitiveLog = (obj) => ({

@@ -111,2 +156,5 @@ ...obj,

(function (RegisterClientResponse) {
/**
* @internal
*/
RegisterClientResponse.filterSensitiveLog = (obj) => ({

@@ -118,2 +166,5 @@ ...obj,

(function (StartDeviceAuthorizationRequest) {
/**
* @internal
*/
StartDeviceAuthorizationRequest.filterSensitiveLog = (obj) => ({

@@ -125,2 +176,5 @@ ...obj,

(function (StartDeviceAuthorizationResponse) {
/**
* @internal
*/
StartDeviceAuthorizationResponse.filterSensitiveLog = (obj) => ({

@@ -127,0 +181,0 @@ ...obj,

42

dist/cjs/package.json
{
"name": "@aws-sdk/client-sso-oidc",
"description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
"version": "3.14.0",
"version": "3.15.0",
"scripts": {

@@ -30,19 +30,19 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/config-resolver": "3.14.0",
"@aws-sdk/fetch-http-handler": "3.13.1",
"@aws-sdk/hash-node": "3.13.1",
"@aws-sdk/invalid-dependency": "3.13.1",
"@aws-sdk/middleware-content-length": "3.13.1",
"@aws-sdk/middleware-host-header": "3.13.1",
"@aws-sdk/middleware-logger": "3.13.1",
"@aws-sdk/middleware-retry": "3.13.1",
"@aws-sdk/middleware-serde": "3.13.1",
"@aws-sdk/middleware-stack": "3.13.1",
"@aws-sdk/middleware-user-agent": "3.14.0",
"@aws-sdk/node-config-provider": "3.13.1",
"@aws-sdk/node-http-handler": "3.13.1",
"@aws-sdk/protocol-http": "3.13.1",
"@aws-sdk/smithy-client": "3.13.1",
"@aws-sdk/types": "3.13.1",
"@aws-sdk/url-parser": "3.13.1",
"@aws-sdk/config-resolver": "3.15.0",
"@aws-sdk/fetch-http-handler": "3.15.0",
"@aws-sdk/hash-node": "3.15.0",
"@aws-sdk/invalid-dependency": "3.15.0",
"@aws-sdk/middleware-content-length": "3.15.0",
"@aws-sdk/middleware-host-header": "3.15.0",
"@aws-sdk/middleware-logger": "3.15.0",
"@aws-sdk/middleware-retry": "3.15.0",
"@aws-sdk/middleware-serde": "3.15.0",
"@aws-sdk/middleware-stack": "3.15.0",
"@aws-sdk/middleware-user-agent": "3.15.0",
"@aws-sdk/node-config-provider": "3.15.0",
"@aws-sdk/node-http-handler": "3.15.0",
"@aws-sdk/protocol-http": "3.15.0",
"@aws-sdk/smithy-client": "3.15.0",
"@aws-sdk/types": "3.15.0",
"@aws-sdk/url-parser": "3.15.0",
"@aws-sdk/util-base64-browser": "3.13.1",

@@ -52,4 +52,4 @@ "@aws-sdk/util-base64-node": "3.13.1",

"@aws-sdk/util-body-length-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.13.1",
"@aws-sdk/util-user-agent-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.15.0",
"@aws-sdk/util-user-agent-node": "3.15.0",
"@aws-sdk/util-utf8-browser": "3.13.1",

@@ -60,3 +60,3 @@ "@aws-sdk/util-utf8-node": "3.13.1",

"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.14.0",
"@aws-sdk/client-documentation-generator": "3.15.0",
"@types/node": "^12.7.5",

@@ -63,0 +63,0 @@ "downlevel-dts": "0.7.0",

@@ -10,2 +10,16 @@ import { __extends } from "tslib";

* account.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOOIDCClient, CreateTokenCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
* // const { SSOOIDCClient, CreateTokenCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
* const client = new SSOOIDCClient(config);
* const command = new CreateTokenCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link CreateTokenCommandInput} for command's `input` shape.
* @see {@link CreateTokenCommandOutput} for command's `response` shape.
* @see {@link SSOOIDCClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -12,0 +26,0 @@ var CreateTokenCommand = /** @class */ (function (_super) {

@@ -9,2 +9,16 @@ import { __extends } from "tslib";

* The output should be persisted for reuse through many authentication requests.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOOIDCClient, RegisterClientCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
* // const { SSOOIDCClient, RegisterClientCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
* const client = new SSOOIDCClient(config);
* const command = new RegisterClientCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link RegisterClientCommandInput} for command's `input` shape.
* @see {@link RegisterClientCommandOutput} for command's `response` shape.
* @see {@link SSOOIDCClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -11,0 +25,0 @@ var RegisterClientCommand = /** @class */ (function (_super) {

@@ -8,2 +8,16 @@ import { __extends } from "tslib";

* <p>Initiates device authorization by requesting a pair of verification codes from the authorization service.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOOIDCClient, StartDeviceAuthorizationCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
* // const { SSOOIDCClient, StartDeviceAuthorizationCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
* const client = new SSOOIDCClient(config);
* const command = new StartDeviceAuthorizationCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link StartDeviceAuthorizationCommandInput} for command's `input` shape.
* @see {@link StartDeviceAuthorizationCommandOutput} for command's `response` shape.
* @see {@link SSOOIDCClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -10,0 +24,0 @@ var StartDeviceAuthorizationCommand = /** @class */ (function (_super) {

import { __assign } from "tslib";
export var AccessDeniedException;
(function (AccessDeniedException) {
/**
* @internal
*/
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -8,2 +11,5 @@ })(AccessDeniedException || (AccessDeniedException = {}));

(function (AuthorizationPendingException) {
/**
* @internal
*/
AuthorizationPendingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -13,2 +19,5 @@ })(AuthorizationPendingException || (AuthorizationPendingException = {}));

(function (CreateTokenRequest) {
/**
* @internal
*/
CreateTokenRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -18,2 +27,5 @@ })(CreateTokenRequest || (CreateTokenRequest = {}));

(function (CreateTokenResponse) {
/**
* @internal
*/
CreateTokenResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -23,2 +35,5 @@ })(CreateTokenResponse || (CreateTokenResponse = {}));

(function (ExpiredTokenException) {
/**
* @internal
*/
ExpiredTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -28,2 +43,5 @@ })(ExpiredTokenException || (ExpiredTokenException = {}));

(function (InternalServerException) {
/**
* @internal
*/
InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -33,2 +51,5 @@ })(InternalServerException || (InternalServerException = {}));

(function (InvalidClientException) {
/**
* @internal
*/
InvalidClientException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -38,2 +59,5 @@ })(InvalidClientException || (InvalidClientException = {}));

(function (InvalidGrantException) {
/**
* @internal
*/
InvalidGrantException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -43,2 +67,5 @@ })(InvalidGrantException || (InvalidGrantException = {}));

(function (InvalidRequestException) {
/**
* @internal
*/
InvalidRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -48,2 +75,5 @@ })(InvalidRequestException || (InvalidRequestException = {}));

(function (InvalidScopeException) {
/**
* @internal
*/
InvalidScopeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -53,2 +83,5 @@ })(InvalidScopeException || (InvalidScopeException = {}));

(function (SlowDownException) {
/**
* @internal
*/
SlowDownException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -58,2 +91,5 @@ })(SlowDownException || (SlowDownException = {}));

(function (UnauthorizedClientException) {
/**
* @internal
*/
UnauthorizedClientException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -63,2 +99,5 @@ })(UnauthorizedClientException || (UnauthorizedClientException = {}));

(function (UnsupportedGrantTypeException) {
/**
* @internal
*/
UnsupportedGrantTypeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -68,2 +107,5 @@ })(UnsupportedGrantTypeException || (UnsupportedGrantTypeException = {}));

(function (InvalidClientMetadataException) {
/**
* @internal
*/
InvalidClientMetadataException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -73,2 +115,5 @@ })(InvalidClientMetadataException || (InvalidClientMetadataException = {}));

(function (RegisterClientRequest) {
/**
* @internal
*/
RegisterClientRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -78,2 +123,5 @@ })(RegisterClientRequest || (RegisterClientRequest = {}));

(function (RegisterClientResponse) {
/**
* @internal
*/
RegisterClientResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -83,2 +131,5 @@ })(RegisterClientResponse || (RegisterClientResponse = {}));

(function (StartDeviceAuthorizationRequest) {
/**
* @internal
*/
StartDeviceAuthorizationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -88,4 +139,7 @@ })(StartDeviceAuthorizationRequest || (StartDeviceAuthorizationRequest = {}));

(function (StartDeviceAuthorizationResponse) {
/**
* @internal
*/
StartDeviceAuthorizationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
})(StartDeviceAuthorizationResponse || (StartDeviceAuthorizationResponse = {}));
//# sourceMappingURL=models_0.js.map
{
"name": "@aws-sdk/client-sso-oidc",
"description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
"version": "3.14.0",
"version": "3.15.0",
"scripts": {

@@ -30,19 +30,19 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/config-resolver": "3.14.0",
"@aws-sdk/fetch-http-handler": "3.13.1",
"@aws-sdk/hash-node": "3.13.1",
"@aws-sdk/invalid-dependency": "3.13.1",
"@aws-sdk/middleware-content-length": "3.13.1",
"@aws-sdk/middleware-host-header": "3.13.1",
"@aws-sdk/middleware-logger": "3.13.1",
"@aws-sdk/middleware-retry": "3.13.1",
"@aws-sdk/middleware-serde": "3.13.1",
"@aws-sdk/middleware-stack": "3.13.1",
"@aws-sdk/middleware-user-agent": "3.14.0",
"@aws-sdk/node-config-provider": "3.13.1",
"@aws-sdk/node-http-handler": "3.13.1",
"@aws-sdk/protocol-http": "3.13.1",
"@aws-sdk/smithy-client": "3.13.1",
"@aws-sdk/types": "3.13.1",
"@aws-sdk/url-parser": "3.13.1",
"@aws-sdk/config-resolver": "3.15.0",
"@aws-sdk/fetch-http-handler": "3.15.0",
"@aws-sdk/hash-node": "3.15.0",
"@aws-sdk/invalid-dependency": "3.15.0",
"@aws-sdk/middleware-content-length": "3.15.0",
"@aws-sdk/middleware-host-header": "3.15.0",
"@aws-sdk/middleware-logger": "3.15.0",
"@aws-sdk/middleware-retry": "3.15.0",
"@aws-sdk/middleware-serde": "3.15.0",
"@aws-sdk/middleware-stack": "3.15.0",
"@aws-sdk/middleware-user-agent": "3.15.0",
"@aws-sdk/node-config-provider": "3.15.0",
"@aws-sdk/node-http-handler": "3.15.0",
"@aws-sdk/protocol-http": "3.15.0",
"@aws-sdk/smithy-client": "3.15.0",
"@aws-sdk/types": "3.15.0",
"@aws-sdk/url-parser": "3.15.0",
"@aws-sdk/util-base64-browser": "3.13.1",

@@ -52,4 +52,4 @@ "@aws-sdk/util-base64-node": "3.13.1",

"@aws-sdk/util-body-length-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.13.1",
"@aws-sdk/util-user-agent-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.15.0",
"@aws-sdk/util-user-agent-node": "3.15.0",
"@aws-sdk/util-utf8-browser": "3.13.1",

@@ -60,3 +60,3 @@ "@aws-sdk/util-utf8-node": "3.13.1",

"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.14.0",
"@aws-sdk/client-documentation-generator": "3.15.0",
"@types/node": "^12.7.5",

@@ -63,0 +63,0 @@ "downlevel-dts": "0.7.0",

@@ -13,2 +13,16 @@ import { SSOOIDCClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOOIDCClient";

* account.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOOIDCClient, CreateTokenCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
* // const { SSOOIDCClient, CreateTokenCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
* const client = new SSOOIDCClient(config);
* const command = new CreateTokenCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link CreateTokenCommandInput} for command's `input` shape.
* @see {@link CreateTokenCommandOutput} for command's `response` shape.
* @see {@link SSOOIDCClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -15,0 +29,0 @@ export declare class CreateTokenCommand extends $Command<CreateTokenCommandInput, CreateTokenCommandOutput, SSOOIDCClientResolvedConfig> {

@@ -12,2 +12,16 @@ import { SSOOIDCClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOOIDCClient";

* The output should be persisted for reuse through many authentication requests.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOOIDCClient, RegisterClientCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
* // const { SSOOIDCClient, RegisterClientCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
* const client = new SSOOIDCClient(config);
* const command = new RegisterClientCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link RegisterClientCommandInput} for command's `input` shape.
* @see {@link RegisterClientCommandOutput} for command's `response` shape.
* @see {@link SSOOIDCClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -14,0 +28,0 @@ export declare class RegisterClientCommand extends $Command<RegisterClientCommandInput, RegisterClientCommandOutput, SSOOIDCClientResolvedConfig> {

@@ -11,2 +11,16 @@ import { SSOOIDCClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOOIDCClient";

* <p>Initiates device authorization by requesting a pair of verification codes from the authorization service.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOOIDCClient, StartDeviceAuthorizationCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
* // const { SSOOIDCClient, StartDeviceAuthorizationCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
* const client = new SSOOIDCClient(config);
* const command = new StartDeviceAuthorizationCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link StartDeviceAuthorizationCommandInput} for command's `input` shape.
* @see {@link StartDeviceAuthorizationCommandOutput} for command's `response` shape.
* @see {@link SSOOIDCClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -13,0 +27,0 @@ export declare class StartDeviceAuthorizationCommand extends $Command<StartDeviceAuthorizationCommandInput, StartDeviceAuthorizationCommandOutput, SSOOIDCClientResolvedConfig> {

@@ -13,2 +13,5 @@ import { SmithyException as __SmithyException } from "@aws-sdk/smithy-client";

export declare namespace AccessDeniedException {
/**
* @internal
*/
const filterSensitiveLog: (obj: AccessDeniedException) => any;

@@ -26,2 +29,5 @@ }

export declare namespace AuthorizationPendingException {
/**
* @internal
*/
const filterSensitiveLog: (obj: AuthorizationPendingException) => any;

@@ -68,2 +74,5 @@ }

export declare namespace CreateTokenRequest {
/**
* @internal
*/
const filterSensitiveLog: (obj: CreateTokenRequest) => any;

@@ -96,2 +105,5 @@ }

export declare namespace CreateTokenResponse {
/**
* @internal
*/
const filterSensitiveLog: (obj: CreateTokenResponse) => any;

@@ -109,2 +121,5 @@ }

export declare namespace ExpiredTokenException {
/**
* @internal
*/
const filterSensitiveLog: (obj: ExpiredTokenException) => any;

@@ -122,2 +137,5 @@ }

export declare namespace InternalServerException {
/**
* @internal
*/
const filterSensitiveLog: (obj: InternalServerException) => any;

@@ -137,2 +155,5 @@ }

export declare namespace InvalidClientException {
/**
* @internal
*/
const filterSensitiveLog: (obj: InvalidClientException) => any;

@@ -150,2 +171,5 @@ }

export declare namespace InvalidGrantException {
/**
* @internal
*/
const filterSensitiveLog: (obj: InvalidGrantException) => any;

@@ -164,2 +188,5 @@ }

export declare namespace InvalidRequestException {
/**
* @internal
*/
const filterSensitiveLog: (obj: InvalidRequestException) => any;

@@ -177,2 +204,5 @@ }

export declare namespace InvalidScopeException {
/**
* @internal
*/
const filterSensitiveLog: (obj: InvalidScopeException) => any;

@@ -190,2 +220,5 @@ }

export declare namespace SlowDownException {
/**
* @internal
*/
const filterSensitiveLog: (obj: SlowDownException) => any;

@@ -204,2 +237,5 @@ }

export declare namespace UnauthorizedClientException {
/**
* @internal
*/
const filterSensitiveLog: (obj: UnauthorizedClientException) => any;

@@ -217,2 +253,5 @@ }

export declare namespace UnsupportedGrantTypeException {
/**
* @internal
*/
const filterSensitiveLog: (obj: UnsupportedGrantTypeException) => any;

@@ -230,2 +269,5 @@ }

export declare namespace InvalidClientMetadataException {
/**
* @internal
*/
const filterSensitiveLog: (obj: InvalidClientMetadataException) => any;

@@ -249,2 +291,5 @@ }

export declare namespace RegisterClientRequest {
/**
* @internal
*/
const filterSensitiveLog: (obj: RegisterClientRequest) => any;

@@ -281,2 +326,5 @@ }

export declare namespace RegisterClientResponse {
/**
* @internal
*/
const filterSensitiveLog: (obj: RegisterClientResponse) => any;

@@ -303,2 +351,5 @@ }

export declare namespace StartDeviceAuthorizationRequest {
/**
* @internal
*/
const filterSensitiveLog: (obj: StartDeviceAuthorizationRequest) => any;

@@ -335,3 +386,6 @@ }

export declare namespace StartDeviceAuthorizationResponse {
/**
* @internal
*/
const filterSensitiveLog: (obj: StartDeviceAuthorizationResponse) => any;
}

@@ -15,2 +15,5 @@ import { SmithyException as __SmithyException } from "@aws-sdk/smithy-client";

export namespace AccessDeniedException {
/**
* @internal
*/
export const filterSensitiveLog = (obj: AccessDeniedException): any => ({

@@ -32,2 +35,5 @@ ...obj,

export namespace AuthorizationPendingException {
/**
* @internal
*/
export const filterSensitiveLog = (obj: AuthorizationPendingException): any => ({

@@ -85,2 +91,5 @@ ...obj,

export namespace CreateTokenRequest {
/**
* @internal
*/
export const filterSensitiveLog = (obj: CreateTokenRequest): any => ({

@@ -121,2 +130,5 @@ ...obj,

export namespace CreateTokenResponse {
/**
* @internal
*/
export const filterSensitiveLog = (obj: CreateTokenResponse): any => ({

@@ -138,2 +150,5 @@ ...obj,

export namespace ExpiredTokenException {
/**
* @internal
*/
export const filterSensitiveLog = (obj: ExpiredTokenException): any => ({

@@ -155,2 +170,5 @@ ...obj,

export namespace InternalServerException {
/**
* @internal
*/
export const filterSensitiveLog = (obj: InternalServerException): any => ({

@@ -174,2 +192,5 @@ ...obj,

export namespace InvalidClientException {
/**
* @internal
*/
export const filterSensitiveLog = (obj: InvalidClientException): any => ({

@@ -191,2 +212,5 @@ ...obj,

export namespace InvalidGrantException {
/**
* @internal
*/
export const filterSensitiveLog = (obj: InvalidGrantException): any => ({

@@ -209,2 +233,5 @@ ...obj,

export namespace InvalidRequestException {
/**
* @internal
*/
export const filterSensitiveLog = (obj: InvalidRequestException): any => ({

@@ -226,2 +253,5 @@ ...obj,

export namespace InvalidScopeException {
/**
* @internal
*/
export const filterSensitiveLog = (obj: InvalidScopeException): any => ({

@@ -243,2 +273,5 @@ ...obj,

export namespace SlowDownException {
/**
* @internal
*/
export const filterSensitiveLog = (obj: SlowDownException): any => ({

@@ -261,2 +294,5 @@ ...obj,

export namespace UnauthorizedClientException {
/**
* @internal
*/
export const filterSensitiveLog = (obj: UnauthorizedClientException): any => ({

@@ -278,2 +314,5 @@ ...obj,

export namespace UnsupportedGrantTypeException {
/**
* @internal
*/
export const filterSensitiveLog = (obj: UnsupportedGrantTypeException): any => ({

@@ -295,2 +334,5 @@ ...obj,

export namespace InvalidClientMetadataException {
/**
* @internal
*/
export const filterSensitiveLog = (obj: InvalidClientMetadataException): any => ({

@@ -320,2 +362,5 @@ ...obj,

export namespace RegisterClientRequest {
/**
* @internal
*/
export const filterSensitiveLog = (obj: RegisterClientRequest): any => ({

@@ -361,2 +406,5 @@ ...obj,

export namespace RegisterClientResponse {
/**
* @internal
*/
export const filterSensitiveLog = (obj: RegisterClientResponse): any => ({

@@ -389,2 +437,5 @@ ...obj,

export namespace StartDeviceAuthorizationRequest {
/**
* @internal
*/
export const filterSensitiveLog = (obj: StartDeviceAuthorizationRequest): any => ({

@@ -430,2 +481,5 @@ ...obj,

export namespace StartDeviceAuthorizationResponse {
/**
* @internal
*/
export const filterSensitiveLog = (obj: StartDeviceAuthorizationResponse): any => ({

@@ -432,0 +486,0 @@ ...obj,

{
"name": "@aws-sdk/client-sso-oidc",
"description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
"version": "3.14.0",
"version": "3.15.0",
"scripts": {

@@ -30,19 +30,19 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/config-resolver": "3.14.0",
"@aws-sdk/fetch-http-handler": "3.13.1",
"@aws-sdk/hash-node": "3.13.1",
"@aws-sdk/invalid-dependency": "3.13.1",
"@aws-sdk/middleware-content-length": "3.13.1",
"@aws-sdk/middleware-host-header": "3.13.1",
"@aws-sdk/middleware-logger": "3.13.1",
"@aws-sdk/middleware-retry": "3.13.1",
"@aws-sdk/middleware-serde": "3.13.1",
"@aws-sdk/middleware-stack": "3.13.1",
"@aws-sdk/middleware-user-agent": "3.14.0",
"@aws-sdk/node-config-provider": "3.13.1",
"@aws-sdk/node-http-handler": "3.13.1",
"@aws-sdk/protocol-http": "3.13.1",
"@aws-sdk/smithy-client": "3.13.1",
"@aws-sdk/types": "3.13.1",
"@aws-sdk/url-parser": "3.13.1",
"@aws-sdk/config-resolver": "3.15.0",
"@aws-sdk/fetch-http-handler": "3.15.0",
"@aws-sdk/hash-node": "3.15.0",
"@aws-sdk/invalid-dependency": "3.15.0",
"@aws-sdk/middleware-content-length": "3.15.0",
"@aws-sdk/middleware-host-header": "3.15.0",
"@aws-sdk/middleware-logger": "3.15.0",
"@aws-sdk/middleware-retry": "3.15.0",
"@aws-sdk/middleware-serde": "3.15.0",
"@aws-sdk/middleware-stack": "3.15.0",
"@aws-sdk/middleware-user-agent": "3.15.0",
"@aws-sdk/node-config-provider": "3.15.0",
"@aws-sdk/node-http-handler": "3.15.0",
"@aws-sdk/protocol-http": "3.15.0",
"@aws-sdk/smithy-client": "3.15.0",
"@aws-sdk/types": "3.15.0",
"@aws-sdk/url-parser": "3.15.0",
"@aws-sdk/util-base64-browser": "3.13.1",

@@ -52,4 +52,4 @@ "@aws-sdk/util-base64-node": "3.13.1",

"@aws-sdk/util-body-length-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.13.1",
"@aws-sdk/util-user-agent-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.15.0",
"@aws-sdk/util-user-agent-node": "3.15.0",
"@aws-sdk/util-utf8-browser": "3.13.1",

@@ -60,3 +60,3 @@ "@aws-sdk/util-utf8-node": "3.13.1",

"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.14.0",
"@aws-sdk/client-documentation-generator": "3.15.0",
"@types/node": "^12.7.5",

@@ -63,0 +63,0 @@ "downlevel-dts": "0.7.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc