1 write to AccessDeniedPath
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
293AccessDeniedPath = Options.AccessDeniedPath,
2 references to AccessDeniedPath
Microsoft.AspNetCore.Authentication (2)
RemoteAuthenticationHandler.cs (2)
316if (context.AccessDeniedPath.HasValue) 318string uri = context.AccessDeniedPath;