Esempio n. 1
0
 public override Task ApplyConfigurationResponse([NotNull] ApplyConfigurationResponseContext context)
 => _eventService.PublishAsync(new OpenIddictServerEvents.ApplyConfigurationResponse(context));
 public Task ApplyConfigurationResponse(ApplyConfigurationResponseContext context) => OnApplyConfigurationResponse(context);