UNPKG

@stacks/auth

Version:

Authentication for Stacks apps.

4 lines (3 loc) 202 B
import { FetchFn } from '@stacks/common'; export declare function getAuthRequestFromURL(): string | null; export declare function fetchAppManifest(authRequest: string, fetchFn?: FetchFn): Promise<any>;