Saltar al contenido
Abblix
Esta página aún no está traducida.

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.

C#
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.

C#
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.