UNPKG

aws-simple-sso

Version:
10 lines (9 loc) 203 B
import { authenticate } from './index.js' /** * Just a main func! */ const main = async () => { const credentials = await authenticate('Prod', 'sre_dev', 'Admin') console.log(credentials) } main()