AuthorizationHeaderAttribute Class
Abblix.Oidc.Server
Abblix.Oidc.Server.DeclarativeBinding
AuthorizationHeaderAttribute Class
Declares that the value is the parsed HTTP Authorization request header — the scheme and
credentials used by transport-level client authentication such as Basic (RFC 7617) or
Bearer (RFC 6750). Purely semantic: it names the transport source and leaves the parsing
mechanism to the transport layer.
public class AuthorizationHeaderAttribute : System.Attribute
Inheritance System.Object → System.Attribute → AuthorizationHeaderAttribute