1 write to RegistrationSourceScheme
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionExtensions.cs (1)
134o.RegistrationSourceScheme = sourceScheme;
2 references to RegistrationSourceScheme
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
DeviceBoundSessionHandler.cs (2)
109var authResult = await Context.AuthenticateAsync(Options.RegistrationSourceScheme); 163await Context.SignOutAsync(Options.RegistrationSourceScheme);