10 references to MicrosoftAccountDefaults
Microsoft.AspNetCore.Authentication.MicrosoftAccount (10)
MicrosoftAccountExtensions.cs (7)
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"/>.
51
=> builder.AddMicrosoftAccount(authenticationScheme,
MicrosoftAccountDefaults
.DisplayName, configureOptions);
55
/// The default scheme is specified by <see cref="
MicrosoftAccountDefaults
.AuthenticationScheme"/>.
MicrosoftAccountOptions.cs (3)
21
AuthorizationEndpoint =
MicrosoftAccountDefaults
.AuthorizationEndpoint;
22
TokenEndpoint =
MicrosoftAccountDefaults
.TokenEndpoint;
23
UserInformationEndpoint =
MicrosoftAccountDefaults
.UserInformationEndpoint;