SdkSessionWithTokenIntent

data class SdkSessionWithTokenIntent(val encryptedSessionIntent: SdkEncryptedSessionIntent, val jwtToken: String?) : Serializable

Deprecated

This class will be removed in the future

Replace with

SdkEncryptedSessionIntent()

This holds the encrypted session intent and grants JWT Token to the Tap On Phone app. This token is used for custom services made by Tap On Phone app.

Constructors

Link copied to clipboard
constructor(encryptedSessionIntent: SdkEncryptedSessionIntent, jwtToken: String?)

Properties

Link copied to clipboard

Token required to interact with custom services by Tap On Phone app.