@spartacus/cdc
Version:
Customer Data Cloud Integration library for Spartacus
18 lines (17 loc) • 947 B
TypeScript
import { Actions } from '@ngrx/effects';
import { GlobalMessageService } from '@spartacus/core';
import { Observable } from 'rxjs';
import { CdcAuthService } from '../../facade/cdc-auth.service';
import { CdcUserAuthenticationTokenService } from '../../services/user-authentication/cdc-user-authentication-token.service';
import { CdcAuthActions } from '../actions/index';
import * as i0 from "@angular/core";
export declare class CdcUserTokenEffects {
private actions$;
private userTokenService;
private globalMessageService;
private cdcAuthService;
loadCdcUserToken$: Observable<CdcAuthActions.CdcUserTokenAction>;
constructor(actions$: Actions, userTokenService: CdcUserAuthenticationTokenService, globalMessageService: GlobalMessageService, cdcAuthService: CdcAuthService);
static ɵfac: i0.ɵɵFactoryDeclaration<CdcUserTokenEffects, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CdcUserTokenEffects>;
}