mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
add two factor apis
This commit is contained in:
7
src/models/request/updateTwoFactorDuoRequest.ts
Normal file
7
src/models/request/updateTwoFactorDuoRequest.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { PasswordVerificationRequest } from './passwordVerificationRequest';
|
||||
|
||||
export class UpdateTwoFactorDuoRequest extends PasswordVerificationRequest {
|
||||
integrationKey: string;
|
||||
secretKey: string;
|
||||
host: string;
|
||||
}
|
||||
Reference in New Issue
Block a user