Interface ClientSecretService
- 
                    
                    - All Implemented Interfaces:
 
 public interface ClientSecretService
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceClientSecretService.WithRawResponseA view of ClientSecretService that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract ClientSecretService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract ClientSecretServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ClientSecretCreateResponsecreate()Create a Realtime client secret with an associated session configuration. abstract ClientSecretCreateResponsecreate(ClientSecretCreateParams params, RequestOptions requestOptions)ClientSecretCreateResponsecreate(ClientSecretCreateParams params)ClientSecretCreateResponsecreate(RequestOptions requestOptions)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract ClientSecretService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract ClientSecretService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createClientSecretCreateResponse create() Create a Realtime client secret with an associated session configuration. 
 - 
                                        createabstract ClientSecretCreateResponse create(ClientSecretCreateParams params, RequestOptions requestOptions) 
 - 
                                        createClientSecretCreateResponse create(ClientSecretCreateParams params) 
 - 
                                        createClientSecretCreateResponse create(RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-