status property
final
Authorization status.
Can be:
status.isEmptymeaning thatMyUseris unauthorized;status.isLoadingmeaning that authorization data is being fetched from storage;status.isLoadingMoremeaning thatMyUseris authorized according to the storage, but network request to the server is still in-flight;status.isSuccessmeaning successful authorization.
Implementation
final Rx<RxStatus> status = Rx<RxStatus>(RxStatus.loading());