We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8f78d commit be36543Copy full SHA for be36543
packages/token-providers/src/bundle/client-sso-oidc-node.ts
@@ -1015,7 +1015,7 @@ class CreateTokenCommand extends $Command {
1015
*/
1016
resolveMiddleware(clientStack, configuration, options) {
1017
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
1018
- this.middlewareStack.use(getEndpointPlugin(configuration, _CreateTokenCommand.getEndpointParameterInstructions()));
+ this.middlewareStack.use(getEndpointPlugin(configuration, CreateTokenCommand.getEndpointParameterInstructions()));
1019
const stack = clientStack.concat(this.middlewareStack);
1020
const { logger } = configuration;
1021
const clientName = "SSOOIDCClient";
0 commit comments