RequestHeaderAttribute Class
Abblix.Oidc.Server
Abblix.Oidc.Server.DeclarativeBinding
RequestHeaderAttribute Class
Declares that the value arrives in the named HTTP request header rather than in the request
payload — e.g. the compact DPoP proof JWT carried in the DPoP header per RFC 9449 §4.1.
Purely semantic: it names the transport source and leaves the extraction mechanism to the
transport layer.
public class RequestHeaderAttribute : System.Attribute
Inheritance System.Object → System.Attribute → RequestHeaderAttribute
Constructors
RequestHeaderAttribute(string) Constructor
Declares that the value arrives in the named HTTP request header rather than in the request
payload — e.g. the compact DPoP proof JWT carried in the DPoP header per RFC 9449 §4.1.
Purely semantic: it names the transport source and leaves the extraction mechanism to the
transport layer.
public RequestHeaderAttribute(string headerName);
Parameters
headerName System.String
The HTTP request header carrying the value.
Properties
RequestHeaderAttribute.HeaderName Property
The HTTP request header carrying the value.
public string HeaderName { get; }