Skip to content

ICheckSessionResponseFormatter Interface

Defines an interface for formatting a response to a low-level object with the content of an OpenID Provider (OP) check-session frame.

C#
public interface ICheckSessionResponseFormatter

Derived
CheckSessionResponseCachingDecorator
CheckSessionResponseFormatter

Methods

ICheckSessionResponseFormatter.FormatResponseAsync(CheckSessionResponse) Method

Formats a response asynchronously to a low-level object with the content of an OpenID Provider (OP) check-session frame.

C#
System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.ActionResult> FormatResponseAsync(Abblix.Oidc.Server.Endpoints.CheckSession.Interfaces.CheckSessionResponse response);

Parameters

response CheckSessionResponse

The check-session response to be formatted.

Returns

System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.ActionResult>
A System.Threading.Tasks.Task representing the asynchronous operation, with the formatted response as an Microsoft.AspNetCore.Mvc.ActionResult.