mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Remove classic Microsoft authentication implementation (#276787)
* Initial plan * Remove classic Microsoft authentication implementation Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com> * Remove classic implementation * extra space --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com> Co-authored-by: Tyler Leonhardt <tyleonha@microsoft.com>
This commit is contained in:
@@ -43,17 +43,6 @@ export class MicrosoftAuthenticationTelemetryReporter implements IExperimentatio
|
||||
this._telemetryReporter.sendTelemetryEvent('activatingmsalnobroker');
|
||||
}
|
||||
|
||||
sendActivatedWithClassicImplementationEvent(reason: 'setting' | 'web'): void {
|
||||
/* __GDPR__
|
||||
"activatingClassic" : {
|
||||
"owner": "TylerLeonhardt",
|
||||
"comment": "Used to determine how often users use the classic login flow.",
|
||||
"reason": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "comment": "Why classic was used" }
|
||||
}
|
||||
*/
|
||||
this._telemetryReporter.sendTelemetryEvent('activatingClassic', { reason });
|
||||
}
|
||||
|
||||
sendLoginEvent(scopes: readonly string[]): void {
|
||||
/* __GDPR__
|
||||
"login" : {
|
||||
|
||||
Reference in New Issue
Block a user