Esempio n. 1
0
        public static void onLaunchWebAuthFlowCallback(string responseUrl, int callbackId)
        {
            launchWebAuthFlowCallback callback = CallbackRegisrty.GetCallback <launchWebAuthFlowCallback> (callbackId);

            if (callback != null)
            {
                callback(responseUrl, callbackId);
            }
        }
Esempio n. 2
0
 public static extern string LaunchWebAuthFlow(string url, bool interactive, launchWebAuthFlowCallback callback, int callbackId);