static void n_OnError_Ljava_lang_Throwable_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Parse.Auth.IParseAuthenticationProviderParseAuthenticationCallback __this = global::Java.Lang.Object.GetObject <global::Com.Parse.Auth.IParseAuthenticationProviderParseAuthenticationCallback> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Java.Lang.Throwable p0 = global::Java.Lang.Object.GetObject <global::Java.Lang.Throwable> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.OnError(p0);
 }