public override unsafe global::Com.Microsoft.Identity.Common.Internal.Providers.Oauth2.OAuth2Strategy CreateOAuth2Strategy(global::Com.Microsoft.Identity.Common.Internal.Providers.Oauth2.OAuth2StrategyParameters p0) { const string __id = "createOAuth2Strategy.(Lcom/microsoft/identity/common/internal/providers/oauth2/OAuth2StrategyParameters;)Lcom/microsoft/identity/common/internal/providers/oauth2/OAuth2Strategy;"; try { JniArgumentValue *__args = stackalloc JniArgumentValue [1]; __args [0] = new JniArgumentValue((p0 == null) ? IntPtr.Zero : ((global::Java.Lang.Object)p0).Handle); var __rm = _members.InstanceMethods.InvokeAbstractObjectMethod(__id, this, __args); return(global::Java.Lang.Object.GetObject <global::Com.Microsoft.Identity.Common.Internal.Providers.Oauth2.OAuth2Strategy> (__rm.Handle, JniHandleOwnership.TransferLocalRef)); } finally { global::System.GC.KeepAlive(p0); } }
public abstract global::Com.Microsoft.Identity.Common.Internal.Providers.Oauth2.OAuth2Strategy CreateOAuth2Strategy(global::Com.Microsoft.Identity.Common.Internal.Providers.Oauth2.OAuth2StrategyParameters p0);