public class CallbackConfiguration
extends Object
Callback configuration
- Since:
- 1.0
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
CallbackConfiguration
public CallbackConfiguration(String projectId,
String hmacSecret)
- Parameters:
projectId - ID of the project the configuration belongs to.
hmacSecret - The HMAC secret used for creating the callbacks X-Sinch-Signature header.
-