bs-onegraph-auth
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "bs-onegraph-auth", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"sources": [ | ||
@@ -5,0 +5,0 @@ { |
{ | ||
"name": "bs-onegraph-auth", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Bucklescript bindings for the OneGraph auth library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
// Generated by BUCKLESCRIPT VERSION 5.0.6, PLEASE EDIT WITH CARE | ||
'use strict'; | ||
var $$Array = require("bs-platform/lib/js/array.js"); | ||
var Js_dict = require("bs-platform/lib/js/js_dict.js"); | ||
var Js_null_undefined = require("bs-platform/lib/js/js_null_undefined.js"); | ||
function findMissingAuthServices(auth, resultIsh) { | ||
return $$Array.to_list(auth._findMissingAuthServices(resultIsh)); | ||
} | ||
function logout(auth, service, foreignUserId, param) { | ||
@@ -24,2 +29,3 @@ return auth.logout(service, Js_null_undefined.fromOption(foreignUserId)); | ||
exports.findMissingAuthServices = findMissingAuthServices; | ||
exports.logout = logout; | ||
@@ -26,0 +32,0 @@ exports.authHeaders = authHeaders; |
Sorry, the diff of this file is not supported yet
4369
52