Creates a new instance of MsalTokenCredential.
The authentication configuration to use for token acquisition.
Retrieves an access token for the specified scopes using MSAL authentication.
Array of scopes for which to request an access token. The first scope is used to determine the resource.
Optionaloptions: GetTokenOptionsOptional parameters for token retrieval (currently unused).
Promise that resolves to an access token with expiration timestamp.
Token credential implementation that uses MSAL (Microsoft Authentication Library) to acquire access tokens. Implements the Azure Core Auth TokenCredential interface for authentication scenarios.