Uses of Class
com.onfido.webhooks.WebhookEvent
-
Packages that use WebhookEvent Package Description com.onfido.webhooks -
-
Uses of WebhookEvent in com.onfido.webhooks
Methods in com.onfido.webhooks that return WebhookEvent Modifier and Type Method Description WebhookEventWebhookPayload. getPayload()Gets Webhook payload.WebhookEventWebhookEventVerifier. readPayload(String rawEventBody, String hexSignature)Takes in a webhook response and signature and verifies it against the instance's tokenConstructors in com.onfido.webhooks with parameters of type WebhookEvent Constructor Description WebhookPayload(WebhookEvent payload)Instantiates a new Webhook payload.
-