Class NotSupportedResourceOwnerPasswordValidator
- Namespace
- Duende.IdentityServer.Validation
- Assembly
- Duende.IdentityServer.dll
Default resource owner password validator (no implementation == not supported)
public class NotSupportedResourceOwnerPasswordValidator : IResourceOwnerPasswordValidator
- Inheritance
-
NotSupportedResourceOwnerPasswordValidator
- Implements
- Inherited Members
Constructors
NotSupportedResourceOwnerPasswordValidator(ILogger<NotSupportedResourceOwnerPasswordValidator>)
Initializes a new instance of the NotSupportedResourceOwnerPasswordValidator class.
public NotSupportedResourceOwnerPasswordValidator(ILogger<NotSupportedResourceOwnerPasswordValidator> logger)
Parameters
logger
ILogger<NotSupportedResourceOwnerPasswordValidator>The logger.
- See Also
Methods
ValidateAsync(ResourceOwnerPasswordValidationContext)
Validates the resource owner password credential
public Task ValidateAsync(ResourceOwnerPasswordValidationContext context)
Parameters
context
ResourceOwnerPasswordValidationContextThe context.
Returns
- See Also