UNPKG

@micrio/tiler-base

Version:

The base Micrio client-side tiler package used by the Micrio CLI and GUI tools

4 lines (3 loc) 225 B
import type { UserToken } from '../types.js'; /** Async function giving a login URL and waiting until login process has been completed */ export declare const login: (sendLoginUrl: (s: string) => void) => Promise<UserToken>;