Skip to content

Abblix.Oidc.Server.Mvc.Formatters.Interfaces Namespace

Interfaces
IAuthorizationResponseFormatterDefines an interface for formatting an authorization response from a strong-typed model to a framework-specific response.
IBackChannelAuthenticationResponseFormatterDefines an interface for formatting a back-channel authentication response to be sent to a client or external system.
ICheckSessionResponseFormatterDefines an interface for formatting a response to a low-level object with the content of an OpenID Provider (OP) check-session frame.
IConfigurationResponseFormatterDefines the contract for formatting OpenID Connect configuration responses by mapping metadata and enriching with MVC-specific information such as endpoint URLs.
IDeviceAuthorizationResponseFormatterDefines the contract for formatting device authorization responses.
IEndSessionResponseFormatterDefines an interface for formatting a response to an end-session request and response.
IIntrospectionResponseFormatterDefines an interface for formatting an OAuth 2.0 introspection response document as a low-level response object to return it to the client.
IPushedAuthorizationResponseFormatterDefines the interface for formatting responses to pushed authorization requests.
IReadClientResponseFormatterDefines an interface for formatting a response when reading client information as a low-level response object to return it to the client.
IRegisterClientResponseFormatterDefines an interface for formatting client registration responses.
IRemoveClientResponseFormatterDefines an interface for formatting responses when removing a client.
IRevocationResponseFormatterDefines an interface for formatting a revocation response as a low-level response object to return to the client.
ITokenResponseFormatterDefines an interface for formatting an OAuth 2.0 token response as a low-level response object to return to the client.
IUpdateClientResponseFormatterDefines an interface for formatting a response when updating client information per RFC 7592.
IUserInfoResponseFormatterDefines an interface for formatting an OpenID Connect UserInfo response as a low-level response object to return to the client.