Skip to main content

ResourceValidator Class

Abblix.Oidc.Server

Abblix.Oidc.Server.Endpoints.Token.Validation

ResourceValidator Class

Provides validation for resource-related data within token requests, ensuring that all requested resources are recognized and appropriately scoped according to OAuth 2.0 and OpenID Connect standards.

public class ResourceValidator : Abblix.Oidc.Server.Endpoints.Token.Validation.SyncTokenContextValidatorBase

Inheritance System.ObjectSyncTokenContextValidatorBase → ResourceValidator

Constructors

ResourceValidator(IResourceManager) Constructor

Provides validation for resource-related data within token requests, ensuring that all requested resources are recognized and appropriately scoped according to OAuth 2.0 and OpenID Connect standards.

public ResourceValidator(Abblix.Oidc.Server.Features.ResourceIndicators.IResourceManager resourceManager);

Parameters

resourceManager IResourceManager

The manager responsible for validating and managing resource definitions.