Table of Contents

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

issuer string
sid string

Returns

Task<bool>

OnTokenReceivedAsync(string, string, string, TimeSpan)

Task OnTokenReceivedAsync(string issuer, string sid, string logoutToken, TimeSpan expiration)

Parameters

issuer string
sid string
logoutToken string
expiration TimeSpan

Returns

Task