Updated on 2026-08-14
This commit is contained in:
parent
8a1b7f8e82
commit
ed58286a8c
7 changed files with 26 additions and 10 deletions
|
|
@ -21,6 +21,7 @@ internal class DefaultVisaAuthTokenStorage @Inject constructor(
|
|||
private val secureStorage by lazy {
|
||||
AndroidSecureStorageV2(
|
||||
appContext = applicationContext,
|
||||
useStrongBox = false,
|
||||
name = "visa_auth_storage",
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ class DefaultVisaOTPStorage @Inject constructor(
|
|||
private val secureStorage by lazy {
|
||||
AndroidSecureStorageV2(
|
||||
appContext = applicationContext,
|
||||
useStrongBox = false,
|
||||
name = "visa_otp_storage",
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue