protoncore_android/network/domain/src/main/kotlin/me/proton/core/network/domain/session
Neil Marietta 646183da63 Refactored HumanVerification.
Never delete HumanVerification tokens except on Invalid Verification Code (error 12087).

HumanVerification Network Handlers:
- HumanVerificationNeededHandler: call onHumanVerificationNeeded on error 9001 (last of error handler list).
- HumanVerificationInvalidHandler: call onHumanVerificationInvalid (which delete token) on error 12087.
2021-06-03 17:18:11 +02:00
..
Session.kt Change network module to support refactored Human Verification module. 2021-05-12 17:57:14 +00:00
SessionId.kt Added Account Manager needed domains interfaces. 2020-10-12 14:37:42 +02:00
SessionListener.kt Change network module to support refactored Human Verification module. 2021-05-12 17:57:14 +00:00
SessionProvider.kt Integrated User/Address/Key into AccountManager DB. 2021-02-09 12:06:42 +01:00