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