Skip to content

Abblix.Oidc.Server.MinimalApi.Model Namespace

Classes
AuthorizationRequestThe OpenID Connect authorization request, bound from a GET query or a POST form. The bound properties, BindAsync (which reads query-or-form) and the projection onto the core model are generated from AuthorizationRequest by the Minimal API model source generator.
BackChannelAuthenticationRequestThe CIBA backchannel authentication request (OpenID Connect CIBA). The bound properties, BindAsync and the projection onto the core model are generated from BackChannelAuthenticationRequest by the Minimal API model source generator.
ClientAuthorizationRequestAuthorizes a client-management operation (RFC 7592): the client identifier travels in the URL path and the registration access token in the Authorization header. The HTTP verb decides the operation.
ClientRequestThe client-authentication context carried alongside a token, revocation or introspection request - the form-posted secret/assertion, the Authorization header, the mTLS client certificate and the DPoP proof. The bound properties, BindAsync and the projection onto the core model are generated from ClientRequest by the Minimal API model source generator.
DeviceAuthorizationRequestThe device authorization request (RFC 8628). The bound properties, BindAsync and the projection onto the core model are generated from DeviceAuthorizationRequest by the Minimal API model source generator.
EndSessionRequestThe OpenID Connect RP-initiated logout (end-session) request, bound from a GET query or a POST form. The bound properties, BindAsync (which reads query-or-form) and the projection onto the core model are generated from EndSessionRequest by the Minimal API model source generator.
IntrospectionRequestThe token introspection request (RFC 7662). The bound properties, BindAsync and the projection onto the core model are generated from IntrospectionRequest by the Minimal API model source generator.
RevocationRequestThe token revocation request (RFC 7009). The bound properties, BindAsync and the projection onto the core model are generated from RevocationRequest by the Minimal API model source generator.
TokenRequestThe token endpoint request, bound from the posted application/x-www-form-urlencoded body. The bound properties, BindAsync and the projection onto the core model are generated from TokenRequest by the Minimal API model source generator.
UserInfoRequestThe OpenID Connect UserInfo request, bound from a GET query or a POST form. The bound properties, BindAsync (which reads query-or-form) and the projection onto the core model are generated from UserInfoRequest by the Minimal API model source generator.