Go to file
dankito f64d3b103d Fixed passing password 2024-08-20 00:19:20 +02:00
BankingClient Implemented handling TAN in FinTs4kBankingClient 2024-08-18 17:53:32 +02:00
BankingClientModel Fixed passing password 2024-08-20 00:19:20 +02:00
FinTs4jBankingClient Only adding the basic CustomerAccount and BankAccount data to TanChallenge. It's absolutely not senseful to send the whole CustomerAccount and BankAccount object over the wire in JSON body 2024-08-18 18:34:46 +02:00
gradle Added documentation 2024-08-17 03:26:11 +02:00
kotlin-js-store Had to downgrade kotlinx-datetime version as with 0.6.0 native image generation fails 2024-08-20 00:04:16 +02:00
.gitignore Added basic BankingClient model 2024-08-16 16:53:49 +02:00
.gitmodules Made banking-client-model publishable 2024-08-16 16:55:33 +02:00
build.gradle.kts Added FinTs4kBankingClient 2024-08-17 03:29:17 +02:00
gradle.properties Had to downgrade kotlinx-datetime version as with 0.6.0 native image generation fails 2024-08-20 00:04:16 +02:00
gradlew Initial commit 2024-08-14 19:41:11 +02:00
gradlew.bat Initial commit 2024-08-14 19:41:11 +02:00
settings.gradle.kts Removed kotlinx-serialization, it hasn't been used 2024-08-18 18:45:48 +02:00