UNPKG

@bsv/wallet-toolbox-client

Version:
16 lines 475 B
"use strict"; /** * AuthMethodInteractor * * A base interface/class for client-side logic to interact with a server * for a specific Auth Method's flow (start, complete). */ Object.defineProperty(exports, "__esModule", { value: true }); exports.AuthMethodInteractor = void 0; /** * Abstract client-side interactor for an Auth Method */ class AuthMethodInteractor { } exports.AuthMethodInteractor = AuthMethodInteractor; //# sourceMappingURL=AuthMethodInteractor.js.map