Package com.ngrok
Class Http.WebhookVerification
- java.lang.Object
-
- com.ngrok.Http.WebhookVerification
-
- Enclosing interface:
- Http
public static class Http.WebhookVerification extends Object
Represents webhook verification options for an HTTP listener.- See Also:
- Webhook Verification in the ngrok docs for additional details.
-
-
Constructor Summary
Constructors Constructor Description WebhookVerification(String provider, String secret)
Constructs a new set of webhook verification options with the specified provider and secret.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProvider()
Returns the provider for the webhook verification.String
getSecret()
Returns the secret for the webhook verification.
-