Package com.openai.models.webhooks
        Class WebhookVerificationParams
- 
                    
                    - All Implemented Interfaces:
 
 public final class WebhookVerificationParamsParameters for webhook signature verification. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classWebhookVerificationParams.Builder
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final ByteArraypayload()The webhook payload as a byte array final Headersheaders()The webhook headers final Optional<String>secret()The webhook secret (optional, will use client secret if not provided) final Durationtolerance()Maximum age of the webhook (default: 5 minutes) Booleanequals(Object other)IntegerhashCode()final static WebhookVerificationParams.Builderbuilder()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        secretfinal Optional<String> secret() The webhook secret (optional, will use client secret if not provided) 
 - 
                                        builderfinal static WebhookVerificationParams.Builder builder() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-