UNPKG

ic-auth

Version:

A simple to use, modular package for integrating Internet Computer authentication providers into your app.

7 lines (6 loc) 153 B
import { HttpAgent } from '@dfinity/agent'; export type UserObject = { principal: string; agent: HttpAgent | undefined; provider: string; };