8 references to RefreshPath
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (8)
DeviceBoundSessionHandler.cs (2)
77if (Request.Path.Equals(Options.RefreshPath)) 301RefreshUrl = Request.PathBase.Add(Options.RefreshPath).ToUriComponent(),
DeviceBoundSessionOptions.cs (5)
64ValidatePath(RefreshPath, nameof(RefreshPath), scheme); 66if (RegistrationPath.Equals(RefreshPath)) 68throw CreatePathCollisionException(nameof(RefreshPath), scheme); 107$"The {nameof(RefreshPath)} for scheme '{scheme}' must differ from {nameof(RegistrationPath)}.",
PostConfigureDeviceBoundSessionDerivedCookieOptions.cs (1)
69.Get(dbscScheme).RefreshPath.Value;