Changes
Auth
- Refactor SessionStatus by @jan-tennert in #725
- Move
SessionStatusto its ownstatuspackage - Rename
SessionStatus#LoadingFromStoragetoSessionStatus#Initializing - Rename and refactor
SessionStatus#NetworkErrortoSessionStatus#RefreshFailure(cause)
Note: The cause can be eitherRefreshFailureCause#NetworkErrororRefreshFailureCause#InternalServerError. In both cases the refreshing will be retried and the session not cleared from storage. During that time, the session is obviously not usable.
- Move