@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
17 lines • 849 B
TypeScript
import { UserService } from '@c8y/client';
import { ModalService } from '../modal/modal.service';
import { BsModalRef } from 'ngx-bootstrap/modal';
import { SimplifiedAuthService } from '../authentication/simplified-auth.service';
import * as i0 from "@angular/core";
export declare class UserTotpSetupComponent {
private user;
private modalService;
private modal;
private authService;
constructor(user: UserService, modalService: ModalService, modal: BsModalRef, authService: SimplifiedAuthService);
totpSetupVerified(): Promise<void>;
close(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<UserTotpSetupComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<UserTotpSetupComponent, "c8y-user-totp-setup", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=user-totp-setup.component.d.ts.map