UNPKG

@keplr-ewallet/ewallet-sdk-core

Version:
11 lines 341 B
import { tryGoogleSignIn } from "./google"; export async function signIn(type) { switch (type) { case "google": { return await tryGoogleSignIn(this.sdkEndpoint, this.apiKey, this.sendMsgToIframe); } default: throw Error(`invalid type: ${type}`); } } //# sourceMappingURL=sign_in.js.map