GrantTypeValidator Class
Abblix.Oidc.Server
Abblix.Oidc.Server.Endpoints.DynamicClientManagement.Validation
GrantTypeValidator Class
Enforces the consistency rule from OIDC DCR 1.0 §2 between response_types and
grant_types: a client requesting code must register the
authorization_code grant, and one requesting token or id_token
must register the implicit grant.
public class GrantTypeValidator : Abblix.Oidc.Server.Endpoints.DynamicClientManagement.Validation.SyncClientRegistrationContextValidator
Inheritance System.Object → SyncClientRegistrationContextValidator → GrantTypeValidator