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