mirror of
https://github.com/bitwarden/jslib
synced 2026-01-19 17:03:16 +00:00
add two factor apis
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { PasswordVerificationRequest } from './passwordVerificationRequest';
|
||||
|
||||
export class UpdateTwoFactorAuthenticatorRequest extends PasswordVerificationRequest {
|
||||
token: string;
|
||||
key: string;
|
||||
}
|
||||
Reference in New Issue
Block a user