1 instantiation of RemoteAuthenticationUserOptions
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Options\RemoteAuthenticationOptions.cs (1)
28public RemoteAuthenticationUserOptions UserOptions { get; } = new RemoteAuthenticationUserOptions();
4 references to RemoteAuthenticationUserOptions
Microsoft.AspNetCore.Components.WebAssembly.Authentication (4)
Options\RemoteAuthenticationOptions.cs (2)
26/// Gets or sets the <see cref="RemoteAuthenticationUserOptions"/>. 28public RemoteAuthenticationUserOptions UserOptions { get; } = new RemoteAuthenticationUserOptions();
Services\AccountClaimsPrincipalFactory.cs (2)
33/// <param name="options">The <see cref="RemoteAuthenticationUserOptions"/> to configure the <see cref="ClaimsPrincipal"/> with.</param> 37RemoteAuthenticationUserOptions options)