Exemple #1
0
 public override Task ValidateCryptographyRequest([NotNull] ValidateCryptographyRequestContext context)
 => _eventService.PublishAsync(new OpenIddictServerEvents.ValidateCryptographyRequest(context));
 public Task ValidateCryptographyRequest(ValidateCryptographyRequestContext context) => OnValidateCryptographyRequest(context);