Skip to main content

BackChannelAuthenticationUnauthorized Class

Abblix.Oidc.Server

Abblix.Oidc.Server.Model

BackChannelAuthenticationUnauthorized Class

Represents an unauthorized response for a backchannel authentication request. This response typically indicates that the request failed due to invalid client credentials or other authorization-related issues.

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

Inheritance System.ObjectOidcError → BackChannelAuthenticationUnauthorized

Implements System.IEquatable<BackChannelAuthenticationUnauthorized>

Constructors

BackChannelAuthenticationUnauthorized(string, string) Constructor

Represents an unauthorized response for a backchannel authentication request. This response typically indicates that the request failed due to invalid client credentials or other authorization-related issues.

public BackChannelAuthenticationUnauthorized(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.