Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-azure-login/aws-azure-login
/ functions
Functions
19 in github.com/aws-azure-login/aws-azure-login
⨍
Functions
19
◇
Types & classes
6
↓ 1 callers
Function
configureProfileAsync
( profileName: string )
src/configureProfileAsync.ts:4
Function
_askUserForRoleAndDurationAsync
* Ask the user for the role they want to use. * @param {Array.<{roleArn: string, principalArn: string}>} roles - The roles to pick from * @param
src/login.ts:929
Function
_assumeRoleAsync
* Assume the role. * @param {string} profileName - The profile name * @param {string} assertion - The SAML assertion * @param {string} role -
src/login.ts:1009
Function
_createLoginUrlAsync
* Create the Azure login SAML URL. * @param {string} appIdUri - The app ID URI * @param {string} tenantId - The Azure tenant ID * @param {str
src/login.ts:622
Function
_loadAsync
(type: string)
src/awsConfig.ts:131
Function
_loadProfileAsync
(profileName: string)
src/login.ts:590
Function
_loadProfileFromEnv
()
src/login.ts:560
Function
_parseRolesFromSamlResponse
* Parse AWS roles out of the SAML response * @param {string} assertion - The SAML assertion * @returns {Array.<{roleArn: string, principalArn: s
src/login.ts:888
Function
_performLoginAsync
* Perform the login using Chrome. * @param {string} url - The login URL * @param {boolean} headless - True to hide the GUI, false to show it.
src/login.ts:676
Function
_saveAsync
(type: string, data: SaveData)
src/awsConfig.ts:156
Method
constructor
(message: string)
src/CLIError.ts:2
Function
getAllProfileNames
()
src/awsConfig.ts:119
Function
getProfileConfigAsync
( profileName: string )
src/awsConfig.ts:59
Function
handler
( page: puppeteer.Page, _selected: puppeteer.ElementHandle, noPrompt: boolean, default
src/login.ts:48
Function
isProfileAboutToExpireAsync
(profileName: string)
src/awsConfig.ts:78
Function
loginAll
( mode: string, disableSandbox: boolean, noPrompt: boolean, enableChromeNetworkService: boolea
src/login.ts:517
Function
loginAsync
( profileName: string, mode: string, disableSandbox: boolean, noPrompt: boolean, enableChr
src/login.ts:444
Function
setProfileConfigValuesAsync
( profileName: string, values: ProfileConfig )
src/awsConfig.ts:39
Function
setProfileCredentialsAsync
( profileName: string, values: ProfileCredentials )
src/awsConfig.ts:105