Class DefaultLogoutTokenHandler
- Namespace
- Auth0.AspNetCore.Authentication.BackchannelLogout
- Assembly
- Auth0.AspNetCore.Authentication.dll
public class DefaultLogoutTokenHandler : ILogoutTokenHandler
- Inheritance
-
DefaultLogoutTokenHandler
- Implements
- Inherited Members
Constructors
DefaultLogoutTokenHandler(IMemoryCache, ILoggerFactory)
public DefaultLogoutTokenHandler(IMemoryCache memoryCache, ILoggerFactory loggerFactory)
Parameters
memoryCache
IMemoryCacheloggerFactory
ILoggerFactory
Methods
IsLoggedOutAsync(string, string)
public Task<bool> IsLoggedOutAsync(string issuer, string sid)
Parameters
Returns
OnTokenReceivedAsync(string, string, string, TimeSpan)
public Task OnTokenReceivedAsync(string issuer, string sid, string logoutToken, TimeSpan expiration)