Uses of Class
com.onfido.model.WebhookEvent
-
Packages that use WebhookEvent Package Description com.onfido com.onfido.model -
-
Uses of WebhookEvent in com.onfido
Methods in com.onfido that return WebhookEvent Modifier and Type Method Description WebhookEventWebhookEventVerifier. readPayload(String rawEventBody, String hexSignature)Takes in a webhook response and signature and verifies it against the instance's token -
Uses of WebhookEvent in com.onfido.model
Methods in com.onfido.model that return WebhookEvent Modifier and Type Method Description static WebhookEventWebhookEvent. fromJson(String jsonString)Create an instance of WebhookEvent given an JSON stringWebhookEventWebhookEvent. payload(WebhookEventPayload payload)WebhookEventWebhookEvent. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-