Updated tanExpirationTime's new data type
This commit is contained in:
parent
1f8fecca7c
commit
73b760ae68
|
@ -2,7 +2,6 @@ package net.codinux.banking.client.model.tan
|
|||
|
||||
import kotlinx.datetime.Clock
|
||||
import kotlinx.datetime.Instant
|
||||
import kotlinx.datetime.LocalDateTime
|
||||
import net.codinux.banking.client.model.BankAccountViewInfo
|
||||
import net.codinux.banking.client.model.User
|
||||
import net.codinux.banking.client.model.BankViewInfo
|
||||
|
@ -51,7 +50,7 @@ open class TanChallenge(
|
|||
*
|
||||
* In server's time zone, that is Europe/Berlin.
|
||||
*/
|
||||
val tanExpirationTime: LocalDateTime? = null,
|
||||
val tanExpirationTime: Instant? = null,
|
||||
val challengeCreationTimestamp: Instant = Clock.System.now()
|
||||
) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue