Interface AuthFlow.Callback<T>

    • Method Detail

      • call

        void call​(Context context,
                  int code,
                  String message,
                  T userInfo)