Abblix.Oidc.Server.MinimalApi.Formatters.Interfaces Namespace
| Interfaces | |
|---|---|
| IAuthorizationResponseFormatter | Formats an authorization response into an Microsoft.AspNetCore.Http.IResult - delivering it to the client's redirect URI via query, fragment or form_post, redirecting to an interaction page, or surfacing a no-redirect error. |
| IBackChannelAuthenticationResponseFormatter | Formats the result of a CIBA backchannel authentication request into an Microsoft.AspNetCore.Http.IResult. |
| ICheckSessionResponseFormatter | Formats a check-session response (the session-management iframe document) into an Microsoft.AspNetCore.Http.IResult. |
| IConfigurationResponseFormatter | Formats the framework-neutral OpenID Connect configuration metadata into an Microsoft.AspNetCore.Http.IResult, enriching it with the absolute endpoint URLs resolved for the current request. |
| IDeviceAuthorizationResponseFormatter | Formats the result of a device authorization request (RFC 8628) into an Microsoft.AspNetCore.Http.IResult (the device-code response on success or the OAuth error otherwise). |
| IEndSessionResponseFormatter | Formats the result of an RP-initiated logout (end-session) request into an Microsoft.AspNetCore.Http.IResult. |
| IIntrospectionResponseFormatter | Formats the result of a token introspection request into an Microsoft.AspNetCore.Http.IResult. |
| IPushedAuthorizationResponseFormatter | Formats the response to a pushed authorization request (RFC 9126) into an Microsoft.AspNetCore.Http.IResult. |
| IReadClientResponseFormatter | Formats the result of reading a client configuration (RFC 7592) into an Microsoft.AspNetCore.Http.IResult. |
| IRegisterClientResponseFormatter | Formats the result of a dynamic client registration request (RFC 7591) into an Microsoft.AspNetCore.Http.IResult. |
| IRemoveClientResponseFormatter | Formats the result of removing a client (RFC 7592 §2.3) into an Microsoft.AspNetCore.Http.IResult. |
| IRevocationResponseFormatter | Formats the result of a token revocation request into an Microsoft.AspNetCore.Http.IResult. |
| ITokenResponseFormatter | Formats the result of a token request into an Microsoft.AspNetCore.Http.IResult (the success token response or the OAuth error). |
| IUpdateClientResponseFormatter | Formats the result of updating a client configuration (RFC 7592 §2.2) into an Microsoft.AspNetCore.Http.IResult. |
| IUserInfoResponseFormatter | Formats the result of an OpenID Connect UserInfo request into an Microsoft.AspNetCore.Http.IResult. |