UNPKG

@expressive-analytics/deep-thought-authentication

Version:

Typescript conversion of Deep Thought Authentication

8 lines (7 loc) 319 B
import { DTBasicVerifier } from '@expressive-analytics/deep-thought-service'; import { DTStore } from '@expressive-analytics/deep-thought-js'; export declare class DTSecureVerifier extends DTBasicVerifier { protected auth_url: any; constructor(db?: DTStore); verify(action: any, token?: string): boolean; }