Module com.github.alexdlaird.ngrok
Class TunnelVerifyWebhook
- java.lang.Object
-
- com.github.alexdlaird.ngrok.protocol.TunnelVerifyWebhook
-
public class TunnelVerifyWebhook extends java.lang.ObjectAn object that represents webhook signature verification for aCreateTunnel.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTunnelVerifyWebhook.Builder
-
Constructor Summary
Constructors Constructor Description TunnelVerifyWebhook(TunnelVerifyWebhook.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetProvider()Get the provider.java.lang.StringgetSecret()Get the secret.
-
-
-
Constructor Detail
-
TunnelVerifyWebhook
public TunnelVerifyWebhook(TunnelVerifyWebhook.Builder builder)
-
-