GenerateChatOauthUrlRequestDtoConnectionMode
May 13, 2026 ยท View on GitHub
Connection mode that determines how the channel connection is scoped. Use "subscriber" (default) to associate the connection with a specific subscriber. Use "shared" to associate the connection with a context instead of a subscriber โ subscriberId will not be stored on the connection.
Example Usage
import co.novu.models.components.GenerateChatOauthUrlRequestDtoConnectionMode;
GenerateChatOauthUrlRequestDtoConnectionMode value = GenerateChatOauthUrlRequestDtoConnectionMode.SUBSCRIBER;
Values
| Name | Value |
|---|---|
SUBSCRIBER | subscriber |
SHARED | shared |