Skip to main content

ErrorFactory Class

Abblix.Oidc.Server

Abblix.Oidc.Server.Features.SecureHttpFetch

ErrorFactory Class

A static factory class for creating OIDC error instances related to secure HTTP fetching operations.

public static class ErrorFactory

Inheritance System.Object → ErrorFactory

Methods

ErrorFactory.InvalidClientMetadata(string) Method

Creates a validation error for invalid client metadata.

public static Abblix.Oidc.Server.Common.OidcError InvalidClientMetadata(string errorDescription);

Parameters

errorDescription System.String

The description of the error.

Returns

OidcError
An error instance with the InvalidClientMetadata error code and description.