Skip to content

Abblix.Oidc.Server.Mvc.Model Namespace

Classes
AuthorizationRequestThe transport-bound counterpart of AuthorizationRequest for the authorization endpoint. All bound properties, their model binders, validation attributes and the projection back onto the core model are generated from the core type and its declarative markers.
BackChannelAuthenticationRequestThe transport-bound counterpart of BackChannelAuthenticationRequest for the CIBA backchannel authentication endpoint. All bound properties, model binders resolved from the core wire-format markers and the projection back onto the core model are generated from the core type.
ClientAuthorizationRequestAuthorizes permission to manage a client per RFC 7592 Dynamic Client Registration Management Protocol. Identifies the client and provides authentication credentials without dictating the management action. The actual operation (read, update, or delete) is determined by the HTTP verb.
ClientRequestThe transport-bound counterpart of ClientRequest: the client authentication material accompanying back-channel endpoint payloads. The body-level credential parameters, the header and TLS-connection sources resolved from the core transport-source markers, and the projection back onto the core model are generated from the core type.
DeviceAuthorizationRequestThe transport-bound counterpart of DeviceAuthorizationRequest for the device authorization endpoint (RFC 8628). All bound properties, model binders resolved from the core wire-format markers and the projection back onto the core model are generated from the core type.
EndSessionRequestThe transport-bound counterpart of EndSessionRequest for the RP-initiated logout endpoint, reachable via GET and POST. The bound properties, model binders resolved from the core wire-format markers and the projection back onto the core model are generated from the core type; the cross-property validation below stays hand-written because it spans several parameters at once.
IntrospectionRequestThe transport-bound counterpart of IntrospectionRequest for the token introspection endpoint (RFC 7662). All bound properties, validation attributes and the projection back onto the core model are generated from the core type.
RevocationRequestThe transport-bound counterpart of RevocationRequest for the token revocation endpoint (RFC 7009). All bound properties, validation attributes and the projection back onto the core model are generated from the core type.
TokenRequestThe transport-bound counterpart of TokenRequest for the token endpoint. All bound properties, model binders resolved from the core wire-format markers, validation attributes and the projection back onto the core model are generated from the core type.
UserInfoRequestThe transport-bound counterpart of UserInfoRequest for the UserInfo endpoint (OIDC Core §5.3), reachable via GET and POST. All bound properties and the projection back onto the core model are generated from the core type.