1 write to RefreshScheme
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionExtensions.cs (1)
135
o.
RefreshScheme
= refreshScheme;
4 references to RefreshScheme
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (4)
DeviceBoundSessionCookieEvents.cs (2)
122
if (options.
RefreshScheme
is not null)
124
await httpContext.SignOutAsync(options.
RefreshScheme
);
DeviceBoundSessionHandler.cs (2)
147
await Context.SignInAsync(Options.
RefreshScheme
, principal, refreshProperties);
187
var authResult = await Context.AuthenticateAsync(Options.
RefreshScheme
);