1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00
Files
browser/src/models/request/updateTwoFactorYubioOtpRequest.ts
2018-06-26 15:17:14 -04:00

11 lines
270 B
TypeScript

import { PasswordVerificationRequest } from './passwordVerificationRequest';
export class UpdateTwoFactorYubioOtpRequest extends PasswordVerificationRequest {
key1: string;
key2: string;
key3: string;
key4: string;
key5: string;
nfc: boolean;
}