3 references to AddRemoteAuthentication
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
WebAssemblyAuthenticationServiceCollectionExtensions.cs (2)
154
return
AddRemoteAuthentication
<TRemoteAuthenticationState, TAccount, OidcProviderOptions>(services, configure);
247
services.
AddRemoteAuthentication
<TRemoteAuthenticationState, TAccount, ApiAuthorizationProviderOptions>(configure);
Microsoft.Authentication.WebAssembly.Msal (1)
MsalWebAssemblyServiceCollectionExtensions.cs (1)
60
services.
AddRemoteAuthentication
<TRemoteAuthenticationState, TAccount, MsalProviderOptions>(configure);