Add session path migration to SessionData
This commit is contained in:
parent
d06656d6bf
commit
67f6bf0d2d
18 changed files with 117 additions and 41 deletions
|
|
@ -44,4 +44,6 @@ data class SessionData(
|
|||
val loginType: LoginType,
|
||||
/** The optional passphrase used to encrypt data in the SDK local store. */
|
||||
val passphrase: String?,
|
||||
/** The path to the session data stored in the filesystem. */
|
||||
val sessionPath: String,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue