-
- All Implemented Interfaces:
public interface ConversationCredentialProvider
-
-
Method Summary
Modifier and Type Method Description abstract StringgetConversationToken()abstract StringgetConversationId()abstract EncryptionKeygetPayloadEncryptionKey()abstract StringgetConversationPath()-
-
Method Detail
-
getConversationToken
abstract String getConversationToken()
-
getConversationId
abstract String getConversationId()
-
getPayloadEncryptionKey
abstract EncryptionKey getPayloadEncryptionKey()
-
getConversationPath
abstract String getConversationPath()
-
-
-
-