UNPKG

@c8y/client

Version:

Client application programming interface to access the Cumulocity IoT-Platform REST services.

7 lines 199 B
export interface ITotp { /** The URL to the QR-code to display */ secretQrUrl: string; /** The raw secret for the challenge */ rawSecret: string; } //# sourceMappingURL=ITotp.d.ts.map