Zum Inhalt springen
Abblix
Diese Seite wurde noch nicht übersetzt.

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.

C#
public interface IResponseJwtBuilder

Derived
ResponseJwtBuilder