bitwarden-estensione-browser/libs/common/src/auth/models/request/update-two-factor-authentic...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
195 B
TypeScript
Raw Normal View History

import { SecretVerificationRequest } from "./secret-verification.request";
2018-06-26 21:17:14 +02:00
export class UpdateTwoFactorAuthenticatorRequest extends SecretVerificationRequest {
2018-06-26 21:17:14 +02:00
token: string;
key: string;
}