UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

17 lines 725 B
import { OnInit } from '@angular/core'; import { ITotp, UserService } from '@c8y/client'; import { AlertService } from '../alert/alert.service'; import * as i0 from "@angular/core"; export declare class TotpSetupComponent implements OnInit { private user; private alert; totpSecret: ITotp; get qrCodeImage(): string; get secret(): string; get qrData(): string; constructor(user: UserService, alert: AlertService); ngOnInit(): Promise<void>; static ɵfac: i0.ɵɵFactoryDeclaration<TotpSetupComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TotpSetupComponent, "c8y-totp-setup", never, {}, {}, never, never, false, never>; } //# sourceMappingURL=totp-setup.component.d.ts.map