4 references to MicrosoftAccountHandler
Microsoft.AspNetCore.Authentication.MicrosoftAccount (4)
MicrosoftAccountExtensions.cs (1)
66
=> builder.AddOAuth<MicrosoftAccountOptions,
MicrosoftAccountHandler
>(authenticationScheme, displayName, configureOptions);
MicrosoftAccountHandler.cs (2)
24
/// Initializes a new instance of <see cref="
MicrosoftAccountHandler
"/>.
33
/// Initializes a new instance of <see cref="
MicrosoftAccountHandler
"/>.
MicrosoftAccountOptions.cs (1)
11
/// Configuration options for <see cref="
MicrosoftAccountHandler
"/>.