UNPKG

@block-auth.io/blockauth-sdk

Version:

Block-Auth Auth SDK is a SaaS service blockchain based authentication service. It provides a simple and secure way to authenticate users in your application.

6 lines (5 loc) 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlockAuthProvider = void 0; const BlockAuthProvider_1 = require("./BlockAuthProvider"); Object.defineProperty(exports, "BlockAuthProvider", { enumerable: true, get: function () { return BlockAuthProvider_1.BlockAuthProvider; } });