Перейти к содержимому
Abblix
Эта страница ещё не переведена.

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.

C#
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.

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

Parameters

resourceManager IResourceManager

The manager responsible for validating and managing resource definitions.