forked from thijooree/android
update docs
This commit is contained in:
@@ -30,10 +30,14 @@ Standard RFC 6238 TOTP:
|
||||
|
||||
## Supported Banks
|
||||
|
||||
| Bank | Seed source |
|
||||
|---|---|
|
||||
| BML | Enrolled via BML app setup; seed stored in `CredentialStore` |
|
||||
| MIB | MIB business/corporate OTP seed (if applicable) |
|
||||
One card is rendered for every MIB and every BML login that has a stored OTP seed (`OtpFragment.kt:93-98`). Seeds are per-`loginId` in `CredentialStore`.
|
||||
|
||||
| Bank | Seed source | Card label |
|
||||
|---|---|---|
|
||||
| MIB | `loadMibCredentials(loginId).otpSeed` (entered at login) | `"MIB · {fullName}"` |
|
||||
| BML | `loadBmlCredentials(loginId).otpSeed` (entered at login) | `"BML · {fullName}"` |
|
||||
|
||||
If no full name has been cached the label falls back to plain `"MIB"` / `"BML"` and a background `MibProfileClient.fetchPersonalProfile()` / `BmlAccountClient.fetchUserInfo()` call refreshes it.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user