Interface ILogoutTokenHandler
- Namespace
- Auth0.AspNetCore.Authentication.BackchannelLogout
- Assembly
- Auth0.AspNetCore.Authentication.dll
public interface ILogoutTokenHandler
Methods
IsLoggedOutAsync(string, string)
Task<bool> IsLoggedOutAsync(string issuer, string sid)
Parameters
Returns
OnTokenReceivedAsync(string, string, string, TimeSpan)
Task OnTokenReceivedAsync(string issuer, string sid, string logoutToken, TimeSpan expiration)