9 references to RemoteAuthenticationDefaults
Microsoft.AspNetCore.Components.WebAssembly.Authentication (9)
Options\RemoteAuthenticationApplicationPathsOptions.cs (9)
14public string RegisterPath { get; set; } = RemoteAuthenticationDefaults.RegisterPath; 25public string ProfilePath { get; set; } = RemoteAuthenticationDefaults.ProfilePath; 36public string LogInPath { get; set; } = RemoteAuthenticationDefaults.LoginPath; 41public string LogInCallbackPath { get; set; } = RemoteAuthenticationDefaults.LoginCallbackPath; 46public string LogInFailedPath { get; set; } = RemoteAuthenticationDefaults.LoginFailedPath; 51public string LogOutPath { get; set; } = RemoteAuthenticationDefaults.LogoutPath; 56public string LogOutCallbackPath { get; set; } = RemoteAuthenticationDefaults.LogoutCallbackPath; 61public string LogOutFailedPath { get; set; } = RemoteAuthenticationDefaults.LogoutFailedPath; 66public string LogOutSucceededPath { get; set; } = RemoteAuthenticationDefaults.LogoutSucceededPath;