3 writes to AuthenticationType
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
Options\DefaultApiAuthorizationOptionsConfiguration.cs (1)
21options.UserOptions.AuthenticationType ??= _applicationName;
Options\DefaultOidcProviderOptionsConfiguration.cs (1)
16options.UserOptions.AuthenticationType ??= options.ProviderOptions.ClientId;
Microsoft.Authentication.WebAssembly.Msal (1)
MsalDefaultOptionsConfiguration.cs (1)
23options.UserOptions.AuthenticationType ??= options.ProviderOptions.Authentication.ClientId;
1 reference to AuthenticationType
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AccountClaimsPrincipalFactory.cs (1)
40options.AuthenticationType,