Is the ‘getSession(providerId scopes)’ method in VS Code Extensions API using MSAL or ADAL for authentication?
const sessionResult = await vscode.authentication.getSession(providerid, scops);
const sessionResult = await vscode.authentication.getSession(providerid, scops);