remove node_modules and .gitignore them
This commit is contained in:
-11
@@ -1,11 +0,0 @@
|
||||
import { CreateTokenCommand } from "./bundle/client-sso-oidc-node";
|
||||
import { getSsoOidcClient } from "./getSsoOidcClient";
|
||||
export const getNewSsoOidcToken = (ssoToken, ssoRegion) => {
|
||||
const ssoOidcClient = getSsoOidcClient(ssoRegion);
|
||||
return ssoOidcClient.send(new CreateTokenCommand({
|
||||
clientId: ssoToken.clientId,
|
||||
clientSecret: ssoToken.clientSecret,
|
||||
refreshToken: ssoToken.refreshToken,
|
||||
grantType: "refresh_token",
|
||||
}));
|
||||
};
|
||||
Reference in New Issue
Block a user