sinch.domains.conversation.models.v1.credentials.types.conversation_channel_credentials_dict module
- class sinch.domains.conversation.models.v1.credentials.types.conversation_channel_credentials_dict.ChannelCredentialsCommonDict[source]
Bases:
TypedDict- callback_secret: NotRequired[str]
- credential_ordinal_number: NotRequired[int]
- class sinch.domains.conversation.models.v1.credentials.types.conversation_channel_credentials_dict.StaticBearerChannelCredentialsDict[source]
Bases:
dict- claimed_identity: str
- token: str
- callback_secret: NotRequired[str]
- credential_ordinal_number: NotRequired[int]
- class sinch.domains.conversation.models.v1.credentials.types.conversation_channel_credentials_dict.StaticTokenChannelCredentialsDict[source]
Bases:
dict- token: str
- callback_secret: NotRequired[str]
- credential_ordinal_number: NotRequired[int]
- class sinch.domains.conversation.models.v1.credentials.types.conversation_channel_credentials_dict.MMSChannelCredentialsDict[source]
Bases:
dict- account_id: str
- api_key: str
- basic_auth: NotRequired[BasicAuthCredentialsDict]
- callback_secret: NotRequired[str]
- credential_ordinal_number: NotRequired[int]
- class sinch.domains.conversation.models.v1.credentials.types.conversation_channel_credentials_dict.InstagramChannelCredentialsDict[source]
Bases:
dict- token: str
- business_account_id: NotRequired[str]
- callback_secret: NotRequired[str]
- credential_ordinal_number: NotRequired[int]
- class sinch.domains.conversation.models.v1.credentials.types.conversation_channel_credentials_dict.TelegramChannelCredentialsDict[source]
Bases:
dict- token: str
- callback_secret: NotRequired[str]
- credential_ordinal_number: NotRequired[int]
- class sinch.domains.conversation.models.v1.credentials.types.conversation_channel_credentials_dict.KakaoTalkChannelCredentialsDict[source]
Bases:
dict- kakaotalk_plus_friend_id: str
- kakaotalk_sender_key: str
- callback_secret: NotRequired[str]
- credential_ordinal_number: NotRequired[int]
- class sinch.domains.conversation.models.v1.credentials.types.conversation_channel_credentials_dict.KakaoTalkChatChannelCredentialsDict[source]
Bases:
dict- kakaotalk_plus_friend_id: str
- api_key: NotRequired[str]
- callback_secret: NotRequired[str]
- credential_ordinal_number: NotRequired[int]
- class sinch.domains.conversation.models.v1.credentials.types.conversation_channel_credentials_dict.LineChannelCredentialsDict[source]
Bases:
dict- token: str
- secret: str
- is_default: NotRequired[bool]
- callback_secret: NotRequired[str]
- credential_ordinal_number: NotRequired[int]
- class sinch.domains.conversation.models.v1.credentials.types.conversation_channel_credentials_dict.LineEnterpriseChannelCredentialsDict[source]
Bases:
dict- token: str
- secret: str
- is_default: NotRequired[bool]
- callback_secret: NotRequired[str]
- credential_ordinal_number: NotRequired[int]
- class sinch.domains.conversation.models.v1.credentials.types.conversation_channel_credentials_dict.WeChatChannelCredentialsDict[source]
Bases:
dict- app_id: str
- app_secret: str
- token: str
- aes_key: str
- callback_secret: NotRequired[str]
- credential_ordinal_number: NotRequired[int]
- class sinch.domains.conversation.models.v1.credentials.types.conversation_channel_credentials_dict.AppleBusinessChatChannelCredentialsDict[source]
Bases:
dict- business_chat_account_id: str
- merchant_id: NotRequired[str]
- apple_pay_certificate_reference: NotRequired[str]
- apple_pay_certificate_password: NotRequired[str]
- callback_secret: NotRequired[str]
- credential_ordinal_number: NotRequired[int]
- class sinch.domains.conversation.models.v1.credentials.types.conversation_channel_credentials_dict.ConversationChannelCredentialsDict[source]
Bases:
TypedDict- WHATSAPP: NotRequired[StaticBearerChannelCredentialsDict]
- RCS: NotRequired[StaticBearerChannelCredentialsDict]
- SMS: NotRequired[StaticBearerChannelCredentialsDict]
- VIBERBM: NotRequired[StaticBearerChannelCredentialsDict]
- MESSENGER: NotRequired[StaticTokenChannelCredentialsDict]
- MMS: NotRequired[MMSChannelCredentialsDict]
- INSTAGRAM: NotRequired[InstagramChannelCredentialsDict]
- TELEGRAM: NotRequired[TelegramChannelCredentialsDict]
- KAKAOTALK: NotRequired[KakaoTalkChannelCredentialsDict]
- KAKAOTALKCHAT: NotRequired[KakaoTalkChatChannelCredentialsDict]
- LINE: NotRequired[LineChannelCredentialsDict]
- LINE_JAPAN: NotRequired[LineEnterpriseChannelCredentialsDict]
- LINE_THAILAND: NotRequired[LineEnterpriseChannelCredentialsDict]
- WECHAT: NotRequired[WeChatChannelCredentialsDict]
- APPLEBC: NotRequired[AppleBusinessChatChannelCredentialsDict]