2 references to RemoteSignOutContext
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectHandler.cs (2)
131
var remoteSignOutContext = new
RemoteSignOutContext
(Context, Scheme, Options, message);
325
var signOut = new
RemoteSignOutContext
(Context, Scheme, Options, message)