UNPKG

@privy-io/js-sdk-core

Version:

Vanilla JS client for the Privy Auth API

2 lines (1 loc) 260 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@privy-io/public-api");exports.default=class{async sendCode(r){return await this._privyInternal.fetch(e.MfaPasswordlessSmsInit,{body:r})}constructor(e){this._privyInternal=e}};