Diese Seite wurde noch nicht übersetzt.
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.SyncTokenContextValidatorBaseInheritance System.Object → SyncTokenContextValidatorBase → 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.