@medplum/fhirtypes 4.3.11 → 4.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/User.d.ts +6 -0
- package/package.json +1 -1
package/dist/User.d.ts
CHANGED
|
@@ -140,6 +140,12 @@ export interface User {
|
|
|
140
140
|
*/
|
|
141
141
|
mfaSecret?: string;
|
|
142
142
|
|
|
143
|
+
/**
|
|
144
|
+
* Whether the user is required to complete MFA enrollment. If true, the
|
|
145
|
+
* user must complete MFA enrollment before they can log in.
|
|
146
|
+
*/
|
|
147
|
+
mfaRequired?: boolean;
|
|
148
|
+
|
|
143
149
|
/**
|
|
144
150
|
* Whether the user has completed MFA enrollment.
|
|
145
151
|
*/
|