whodis-react-storage-browser
Version:
React hooks and components for secure, best practices authentication in seconds
6 lines (5 loc) • 306 B
TypeScript
import { EventStream } from 'event-stream-pubsub';
import { WhodisAuthTokenStorage } from '../domain/WhodisAuthTokenStorage';
export declare const onSetEventStream: EventStream<undefined>;
export declare const onGetEventStream: EventStream<undefined>;
export declare const storage: WhodisAuthTokenStorage;