Exemplo n.º 1
0
 public override Task ApplyRevocationResponse([NotNull] ApplyRevocationResponseContext context)
 => _eventService.PublishAsync(new OpenIddictServerEvents.ApplyRevocationResponse(context));
 public Task ApplyRevocationResponse(ApplyRevocationResponseContext context)
 {
     throw new NotImplementedException();
 }