Account object with updated properties
Launches a flyout dialog that will display the information on how to complete device code OAuth login to the user. Only one flyout can be opened at once and each must be closed by calling endAutoOAuthDeviceCode.
ID of the provider that's requesting the flyout be opened
Closes the flyout dialog opened by beginAutoOAuthDeviceCode
Generates a security token by asking the account's provider
The account to retrieve the security token for
The ID of the tenant associated with this account
Type of resource to get the security token for (defaults to AzureResource.ResourceManagement if not given)
Gets all added accounts.
Promise to return the accounts
Generates a security token by asking the account's provider
Account to generate security token for
Type of resource to get the security token for (defaults to AzureResource.ResourceManagement if not given)
Promise to return the security token
An event which fires when the accounts have changed.
Generated using TypeDoc
Notifies the account management service that an account has updated (usually due to the account going stale).