示例#1
0
 public override Task ApplyCryptographyResponse([NotNull] ApplyCryptographyResponseContext context)
 => _eventService.PublishAsync(new OpenIddictServerEvents.ApplyCryptographyResponse(context));
 public Task ApplyCryptographyResponse(ApplyCryptographyResponseContext context) => OnApplyCryptographyResponse(context);