Interface IBackChannelLogoutHttpClient
- Namespace
- Duende.IdentityServer.Services
- Assembly
- Duende.IdentityServer.dll
Models making HTTP requests for back-channel logout notification.
public interface IBackChannelLogoutHttpClient
Methods
PostAsync(string, Dictionary<string, string>)
Performs HTTP POST.
Task PostAsync(string url, Dictionary<string, string> payload)
Parameters
url
stringpayload
Dictionary<string, string>