Skip to main content

ICheckSessionHandler Interface

Abblix.Oidc.Server

Abblix.Oidc.Server.Endpoints.CheckSession.Interfaces

ICheckSessionHandler Interface

Represents an interface for creating a response to build the content of an OpenID Connect check-session frame (OP frame). This interface defines a method for asynchronously processing the check session request and generating a response.

public interface ICheckSessionHandler

Methods

ICheckSessionHandler.HandleAsync() Method

Asynchronously processes the check session request and generates a response containing the content of the OP check-session frame.

System.Threading.Tasks.Task<Abblix.Oidc.Server.Endpoints.CheckSession.Interfaces.CheckSessionResponse> HandleAsync();

Returns

System.Threading.Tasks.Task<CheckSessionResponse>
A task representing the response, which includes the HTML content of the check-session frame.