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