SessionData: add the passphrase.
This commit is contained in:
parent
a7c21a8c98
commit
f9c1892f2f
7 changed files with 12 additions and 1 deletions
|
|
@ -29,4 +29,5 @@ data class SessionData(
|
|||
val loginTimestamp: Date?,
|
||||
val isTokenValid: Boolean,
|
||||
val loginType: LoginType,
|
||||
val passphrase: String?,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue