mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-23 11:43:48 +00:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
export class SecretVerificationRequest {
|
|
masterPasswordHash: string;
|
|
otp: string;
|
|
}
|