public unsafe global::Java.Lang.Void ProcessChallenge(global::Com.Microsoft.Identity.Common.Internal.UI.Webview.Challengehandlers.PKeyAuthChallenge pKeyAuthChallenge)
        {
            const string __id = "processChallenge.(Lcom/microsoft/identity/common/internal/ui/webview/challengehandlers/PKeyAuthChallenge;)Ljava/lang/Void;";

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [1];
                __args [0] = new JniArgumentValue((pKeyAuthChallenge == null) ? IntPtr.Zero : ((global::Java.Lang.Object)pKeyAuthChallenge).Handle);
                var __rm = _members.InstanceMethods.InvokeAbstractObjectMethod(__id, this, __args);
                return(global::Java.Lang.Object.GetObject <global::Java.Lang.Void> (__rm.Handle, JniHandleOwnership.TransferLocalRef));
            } finally {
                global::System.GC.KeepAlive(pKeyAuthChallenge);
            }
        }
        public static unsafe global::System.Collections.Generic.IDictionary <string, string> GetChallengeHeader(global::Com.Microsoft.Identity.Common.Internal.UI.Webview.Challengehandlers.PKeyAuthChallenge pKeyAuthChallenge)
        {
            const string __id = "getChallengeHeader.(Lcom/microsoft/identity/common/internal/ui/webview/challengehandlers/PKeyAuthChallenge;)Ljava/util/Map;";

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [1];
                __args [0] = new JniArgumentValue((pKeyAuthChallenge == null) ? IntPtr.Zero : ((global::Java.Lang.Object)pKeyAuthChallenge).Handle);
                var __rm = _members.StaticMethods.InvokeObjectMethod(__id, __args);
                return(global::Android.Runtime.JavaDictionary <string, string> .FromJniHandle(__rm.Handle, JniHandleOwnership.TransferLocalRef));
            } finally {
                global::System.GC.KeepAlive(pKeyAuthChallenge);
            }
        }