Ejemplo n.º 1
0
 public override Task HandleCryptographyRequest([NotNull] HandleCryptographyRequestContext context)
 => _eventService.PublishAsync(new OpenIddictServerEvents.HandleCryptographyRequest(context));
 public Task HandleCryptographyRequest(HandleCryptographyRequestContext context) => OnHandleCryptographyRequest(context);