UNPKG

ic-auth

Version:

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

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