OiO.lk Blog Android Where to implement the encryption on access token in clean architecture of android?
Android

Where to implement the encryption on access token in clean architecture of android?


I implemented the Symmetric encryption of access token using Android KeyStore, but where I must do encryption process

  • Repository class where I receive data from Remote.
  • View Model class after passing data from repo to view model.

Does encryption need to do in background ?



You need to sign in to view this answers

Exit mobile version