#### [Abblix\.Oidc\.Server](https://www.abblix.com/en/docs/api/abblix-oidc-server 'index')
### [Abblix\.Oidc\.Server\.Endpoints\.Token\.Validation](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Endpoints.Token.Validation '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\.

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

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → [SyncTokenContextValidatorBase](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Endpoints.Token.Validation.SyncTokenContextValidatorBase 'Abblix\.Oidc\.Server\.Endpoints\.Token\.Validation\.SyncTokenContextValidatorBase') → ResourceValidator
### Constructors

## ResourceValidator\(IResourceManager\) Constructor {#Abblix.Oidc.Server.Endpoints.Token.Validation.ResourceValidator.ResourceValidator(Abblix.Oidc.Server.Features.ResourceIndicators.IResourceManager)}

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\.

```csharp
public ResourceValidator(Abblix.Oidc.Server.Features.ResourceIndicators.IResourceManager resourceManager);
```
#### Parameters

###### `resourceManager` [IResourceManager](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Features.ResourceIndicators.IResourceManager 'Abblix\.Oidc\.Server\.Features\.ResourceIndicators\.IResourceManager') {#Abblix.Oidc.Server.Endpoints.Token.Validation.ResourceValidator.ResourceValidator(Abblix.Oidc.Server.Features.ResourceIndicators.IResourceManager).resourceManager}

The manager responsible for validating and managing resource definitions\.
