Commit 3849131
committed
msauth: drop the obsolete string-userName extension method
`MicrosoftAuthenticationExtensions` existed only to keep in-tree
callers of the pre-pivot `string userName` overload of
`GetTokenForUserAsync` building during migration. The single
production caller (the Azure Repos OAuth path) migrated to the
`IMicrosoftAccount`-shaped interface method in the preceding
commit, so the extension has no remaining in-tree callers.
Delete the class. The interface is now the single shape callers
talk to, with no parallel API to drift against.
Assisted-by: Claude Opus 4.71 parent 19cbfa6 commit 3849131
1 file changed
Lines changed: 0 additions & 19 deletions
File tree
Lines changed: 0 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | 158 | | |
178 | 159 | | |
179 | 160 | | |
| |||
0 commit comments