Перейти к содержимому
Abblix
Эта страница ещё не переведена.

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.

C#
public class GrantTypeValidator : Abblix.Oidc.Server.Endpoints.DynamicClientManagement.Validation.SyncClientRegistrationContextValidator

Inheritance System.ObjectSyncClientRegistrationContextValidator → GrantTypeValidator