Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Duende.​IdentityServer.​Validation.​IExtensionGrantValidator

Assembly: Duende.IdentityServer

Handles validation of token requests using custom grant types

Properties

string
GrantType
Returns the grant type this validator can deal with

Methods

ValidateAsync​(ExtensionGrantValidationContext context)
Validates the custom grant request.
Returns A principal
context The context.