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