export interface EpsilonAuthProvider {
    authenticate(principal: string, credentials: string): Promise<any>;
}
