Table of Contents

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 IMemoryCache
loggerFactory ILoggerFactory

Methods

IsLoggedOutAsync(string, string)

public Task<bool> IsLoggedOutAsync(string issuer, string sid)

Parameters

issuer string
sid string

Returns

Task<bool>

OnTokenReceivedAsync(string, string, string, TimeSpan)

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

Parameters

issuer string
sid string
logoutToken string
expiration TimeSpan

Returns

Task