Skip to main content

BackChannelAuthenticationForbidden Class

Abblix.Oidc.Server

Abblix.Oidc.Server.Model

BackChannelAuthenticationForbidden Class

Represents a forbidden response for a backchannel authentication request. This response typically indicates that the client is authenticated but does not have permission to perform the requested operation.

public record BackChannelAuthenticationForbidden : Abblix.Oidc.Server.Common.OidcError, System.IEquatable<Abblix.Oidc.Server.Model.BackChannelAuthenticationForbidden>

Inheritance System.ObjectOidcError → BackChannelAuthenticationForbidden

Implements System.IEquatable<BackChannelAuthenticationForbidden>

Constructors

BackChannelAuthenticationForbidden(string, string) Constructor

Represents a forbidden response for a backchannel authentication request. This response typically indicates that the client is authenticated but does not have permission to perform the requested operation.

public BackChannelAuthenticationForbidden(string Error, string ErrorDescription);

Parameters

Error System.String

The error code that identifies the type of failure.

ErrorDescription System.String

A human-readable description of the error, providing more details about the failure.