2 references to AddMicrosoftAccount
Microsoft.AspNetCore.Authentication.MicrosoftAccount (2)
MicrosoftAccountExtensions.cs (2)
24
=> builder.
AddMicrosoftAccount
(MicrosoftAccountDefaults.AuthenticationScheme, _ => { });
37
=> builder.
AddMicrosoftAccount
(MicrosoftAccountDefaults.AuthenticationScheme, configureOptions);