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