Added timestamp at which TanChallenge was created

This commit is contained in:
dankito 2024-09-08 22:36:39 +02:00
parent 83c2882567
commit 0848586894
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ open class TanChallenge(
val tanMediaIdentifier: String?,
val bank: BankData,
val account: AccountData? = null,
val timestamp: Instant = Instant.nowExt()
val challengeCreationTimestamp: Instant = Instant.nowExt()
) {
var enterTanResult: EnterTanResult? = null