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