6 references to AuthenticationScheme
Microsoft.AspNetCore.Authentication.MicrosoftAccount (6)
MicrosoftAccountExtensions.cs (6)
16/// The default scheme is specified by <see cref="MicrosoftAccountDefaults.AuthenticationScheme"/>. 24=> builder.AddMicrosoftAccount(MicrosoftAccountDefaults.AuthenticationScheme, _ => { }); 28/// The default scheme is specified by <see cref="MicrosoftAccountDefaults.AuthenticationScheme"/>. 37=> builder.AddMicrosoftAccount(MicrosoftAccountDefaults.AuthenticationScheme, configureOptions); 41/// The default scheme is specified by <see cref="MicrosoftAccountDefaults.AuthenticationScheme"/>. 55/// The default scheme is specified by <see cref="MicrosoftAccountDefaults.AuthenticationScheme"/>.