IResponseJwtBuilder Interface
Abblix.Oidc.Server
Abblix.Oidc.Server.Features.ResponseObject
IResponseJwtBuilder Interface
Encodes authorization endpoint response parameters into a JWT secured for a specific client, as defined by
JWT Secured Authorization Response Mode for OAuth 2.0 (JARM),
JARM. This is the framework-agnostic core
of JARM: it builds, signs and optionally encrypts the response JWT. The JARM response mode is mapped to its
plaintext delivery counterpart separately via ToDeliveryMode(this string, bool).
Hosts (MVC, Minimal API, …) supply the response parameters and emit the resulting response parameter
through their own transport layer.
public interface IResponseJwtBuilder
Derived
↳ ResponseJwtBuilder