authhero 9.1.0 → 9.2.0
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/assets/u/widget/authhero-widget.esm.js +1 -1
- package/dist/assets/u/widget/index.esm.js +1 -1
- package/dist/assets/u/widget/p-e95c436f.entry.js +1 -0
- package/dist/authhero.cjs +211 -211
- package/dist/authhero.d.ts +168 -97
- package/dist/authhero.mjs +25619 -25625
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/common.d.ts +6 -0
- package/dist/types/authentication-flows/passwordless.d.ts +3 -3
- package/dist/types/helpers/action-executions-cleanup.d.ts +34 -0
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
- package/dist/types/helpers/run-retention.d.ts +4 -1
- package/dist/types/helpers/service-token.d.ts +16 -5
- package/dist/types/hooks/post-user-login.d.ts +6 -0
- package/dist/types/index.d.ts +123 -93
- package/dist/types/routes/auth-api/index.d.ts +26 -26
- package/dist/types/routes/auth-api/oidc-logout.d.ts +2 -2
- package/dist/types/routes/auth-api/passwordless.d.ts +16 -16
- package/dist/types/routes/auth-api/register/index.d.ts +2 -2
- package/dist/types/routes/auth-api/revoke.d.ts +6 -6
- package/dist/types/routes/management-api/action-executions.d.ts +1 -1
- package/dist/types/routes/management-api/actions.d.ts +1 -1
- package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
- package/dist/types/routes/management-api/branding.d.ts +1 -1
- package/dist/types/routes/management-api/client-grants.d.ts +9 -9
- package/dist/types/routes/management-api/clients.d.ts +8 -8
- package/dist/types/routes/management-api/custom-domains.d.ts +6 -6
- package/dist/types/routes/management-api/email-templates.d.ts +18 -18
- package/dist/types/routes/management-api/failed-events.d.ts +1 -1
- package/dist/types/routes/management-api/forms.d.ts +28 -0
- package/dist/types/routes/management-api/guardian.d.ts +5 -5
- package/dist/types/routes/management-api/index.d.ts +90 -62
- package/dist/types/routes/management-api/logs.d.ts +4 -4
- package/dist/types/routes/management-api/organizations.d.ts +1 -1
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/tenants.d.ts +1 -1
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/common.d.ts +2 -2
- package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
- package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
- package/package.json +6 -6
- package/dist/assets/u/widget/p-eca60302.entry.js +0 -1
|
@@ -12,7 +12,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
12
12
|
};
|
|
13
13
|
} & {
|
|
14
14
|
json: {
|
|
15
|
-
template: "
|
|
15
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16
16
|
body: string;
|
|
17
17
|
from: string;
|
|
18
18
|
subject: string;
|
|
@@ -33,7 +33,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
33
33
|
};
|
|
34
34
|
} & {
|
|
35
35
|
json: {
|
|
36
|
-
template: "
|
|
36
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
37
37
|
body: string;
|
|
38
38
|
from: string;
|
|
39
39
|
subject: string;
|
|
@@ -45,7 +45,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
45
45
|
};
|
|
46
46
|
};
|
|
47
47
|
output: {
|
|
48
|
-
template: "
|
|
48
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
49
49
|
body: string;
|
|
50
50
|
from: string;
|
|
51
51
|
subject: string;
|
|
@@ -68,7 +68,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
68
68
|
};
|
|
69
69
|
};
|
|
70
70
|
output: {
|
|
71
|
-
name: "
|
|
71
|
+
name: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
72
72
|
body: string;
|
|
73
73
|
subject: string;
|
|
74
74
|
}[];
|
|
@@ -81,7 +81,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
81
81
|
$get: {
|
|
82
82
|
input: {
|
|
83
83
|
param: {
|
|
84
|
-
templateName: "
|
|
84
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
85
85
|
};
|
|
86
86
|
} & {
|
|
87
87
|
header: {
|
|
@@ -94,7 +94,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
94
94
|
} | {
|
|
95
95
|
input: {
|
|
96
96
|
param: {
|
|
97
|
-
templateName: "
|
|
97
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
98
98
|
};
|
|
99
99
|
} & {
|
|
100
100
|
header: {
|
|
@@ -102,7 +102,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
102
102
|
};
|
|
103
103
|
};
|
|
104
104
|
output: {
|
|
105
|
-
template: "
|
|
105
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
106
106
|
body: string;
|
|
107
107
|
from: string;
|
|
108
108
|
subject: string;
|
|
@@ -121,7 +121,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
121
121
|
$put: {
|
|
122
122
|
input: {
|
|
123
123
|
param: {
|
|
124
|
-
templateName: "
|
|
124
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
125
125
|
};
|
|
126
126
|
} & {
|
|
127
127
|
header: {
|
|
@@ -129,7 +129,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
129
129
|
};
|
|
130
130
|
} & {
|
|
131
131
|
json: {
|
|
132
|
-
template: "
|
|
132
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
133
133
|
body: string;
|
|
134
134
|
subject: string;
|
|
135
135
|
syntax?: "liquid" | undefined;
|
|
@@ -141,7 +141,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
141
141
|
};
|
|
142
142
|
};
|
|
143
143
|
output: {
|
|
144
|
-
template: "
|
|
144
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
145
145
|
body: string;
|
|
146
146
|
from: string;
|
|
147
147
|
subject: string;
|
|
@@ -160,7 +160,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
160
160
|
$patch: {
|
|
161
161
|
input: {
|
|
162
162
|
param: {
|
|
163
|
-
templateName: "
|
|
163
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
164
164
|
};
|
|
165
165
|
} & {
|
|
166
166
|
header: {
|
|
@@ -168,7 +168,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
168
168
|
};
|
|
169
169
|
} & {
|
|
170
170
|
json: {
|
|
171
|
-
template?: "
|
|
171
|
+
template?: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
172
172
|
body?: string | undefined;
|
|
173
173
|
from?: string | undefined;
|
|
174
174
|
subject?: string | undefined;
|
|
@@ -185,7 +185,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
185
185
|
} | {
|
|
186
186
|
input: {
|
|
187
187
|
param: {
|
|
188
|
-
templateName: "
|
|
188
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
189
189
|
};
|
|
190
190
|
} & {
|
|
191
191
|
header: {
|
|
@@ -193,7 +193,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
193
193
|
};
|
|
194
194
|
} & {
|
|
195
195
|
json: {
|
|
196
|
-
template?: "
|
|
196
|
+
template?: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
197
197
|
body?: string | undefined;
|
|
198
198
|
from?: string | undefined;
|
|
199
199
|
subject?: string | undefined;
|
|
@@ -205,7 +205,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
205
205
|
};
|
|
206
206
|
};
|
|
207
207
|
output: {
|
|
208
|
-
template: "
|
|
208
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
209
209
|
body: string;
|
|
210
210
|
from: string;
|
|
211
211
|
subject: string;
|
|
@@ -224,7 +224,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
224
224
|
$delete: {
|
|
225
225
|
input: {
|
|
226
226
|
param: {
|
|
227
|
-
templateName: "
|
|
227
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
228
228
|
};
|
|
229
229
|
} & {
|
|
230
230
|
header: {
|
|
@@ -237,7 +237,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
237
237
|
} | {
|
|
238
238
|
input: {
|
|
239
239
|
param: {
|
|
240
|
-
templateName: "
|
|
240
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
241
241
|
};
|
|
242
242
|
} & {
|
|
243
243
|
header: {
|
|
@@ -254,7 +254,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
254
254
|
$post: {
|
|
255
255
|
input: {
|
|
256
256
|
param: {
|
|
257
|
-
templateName: "
|
|
257
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
258
258
|
};
|
|
259
259
|
} & {
|
|
260
260
|
header: {
|
|
@@ -30,7 +30,7 @@ export declare const failedEventsRoutes: OpenAPIHono<{
|
|
|
30
30
|
log_type: string;
|
|
31
31
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
32
32
|
actor: {
|
|
33
|
-
type: "
|
|
33
|
+
type: "api_key" | "user" | "client_credentials" | "system" | "admin";
|
|
34
34
|
id?: string | undefined;
|
|
35
35
|
email?: string | undefined;
|
|
36
36
|
org_id?: string | undefined;
|
|
@@ -394,6 +394,8 @@ export declare const formsRoutes: OpenAPIHono<{
|
|
|
394
394
|
config?: {
|
|
395
395
|
placeholder?: string | undefined;
|
|
396
396
|
default_value?: string | undefined;
|
|
397
|
+
last_used?: boolean | undefined;
|
|
398
|
+
last_used_label?: string | undefined;
|
|
397
399
|
} | undefined;
|
|
398
400
|
} | {
|
|
399
401
|
id: string;
|
|
@@ -565,6 +567,8 @@ export declare const formsRoutes: OpenAPIHono<{
|
|
|
565
567
|
multiline?: boolean | undefined;
|
|
566
568
|
max_length?: number | undefined;
|
|
567
569
|
default_value?: string | undefined;
|
|
570
|
+
last_used?: boolean | undefined;
|
|
571
|
+
last_used_label?: string | undefined;
|
|
568
572
|
} | undefined;
|
|
569
573
|
} | {
|
|
570
574
|
id: string;
|
|
@@ -997,6 +1001,8 @@ export declare const formsRoutes: OpenAPIHono<{
|
|
|
997
1001
|
config?: {
|
|
998
1002
|
placeholder?: string | undefined;
|
|
999
1003
|
default_value?: string | undefined;
|
|
1004
|
+
last_used?: boolean | undefined;
|
|
1005
|
+
last_used_label?: string | undefined;
|
|
1000
1006
|
} | undefined;
|
|
1001
1007
|
} | {
|
|
1002
1008
|
id: string;
|
|
@@ -1168,6 +1174,8 @@ export declare const formsRoutes: OpenAPIHono<{
|
|
|
1168
1174
|
multiline?: boolean | undefined;
|
|
1169
1175
|
max_length?: number | undefined;
|
|
1170
1176
|
default_value?: string | undefined;
|
|
1177
|
+
last_used?: boolean | undefined;
|
|
1178
|
+
last_used_label?: string | undefined;
|
|
1171
1179
|
} | undefined;
|
|
1172
1180
|
} | {
|
|
1173
1181
|
id: string;
|
|
@@ -1616,6 +1624,8 @@ export declare const formsRoutes: OpenAPIHono<{
|
|
|
1616
1624
|
config?: {
|
|
1617
1625
|
placeholder?: string | undefined;
|
|
1618
1626
|
default_value?: string | undefined;
|
|
1627
|
+
last_used?: boolean | undefined;
|
|
1628
|
+
last_used_label?: string | undefined;
|
|
1619
1629
|
} | undefined;
|
|
1620
1630
|
} | {
|
|
1621
1631
|
id: string;
|
|
@@ -1787,6 +1797,8 @@ export declare const formsRoutes: OpenAPIHono<{
|
|
|
1787
1797
|
multiline?: boolean | undefined;
|
|
1788
1798
|
max_length?: number | undefined;
|
|
1789
1799
|
default_value?: string | undefined;
|
|
1800
|
+
last_used?: boolean | undefined;
|
|
1801
|
+
last_used_label?: string | undefined;
|
|
1790
1802
|
} | undefined;
|
|
1791
1803
|
} | {
|
|
1792
1804
|
id: string;
|
|
@@ -2236,6 +2248,8 @@ export declare const formsRoutes: OpenAPIHono<{
|
|
|
2236
2248
|
config?: {
|
|
2237
2249
|
placeholder?: string | undefined;
|
|
2238
2250
|
default_value?: string | undefined;
|
|
2251
|
+
last_used?: boolean | undefined;
|
|
2252
|
+
last_used_label?: string | undefined;
|
|
2239
2253
|
} | undefined;
|
|
2240
2254
|
} | {
|
|
2241
2255
|
id: string;
|
|
@@ -2407,6 +2421,8 @@ export declare const formsRoutes: OpenAPIHono<{
|
|
|
2407
2421
|
multiline?: boolean | undefined;
|
|
2408
2422
|
max_length?: number | undefined;
|
|
2409
2423
|
default_value?: string | undefined;
|
|
2424
|
+
last_used?: boolean | undefined;
|
|
2425
|
+
last_used_label?: string | undefined;
|
|
2410
2426
|
} | undefined;
|
|
2411
2427
|
} | {
|
|
2412
2428
|
id: string;
|
|
@@ -2837,6 +2853,8 @@ export declare const formsRoutes: OpenAPIHono<{
|
|
|
2837
2853
|
config?: {
|
|
2838
2854
|
placeholder?: string | undefined;
|
|
2839
2855
|
default_value?: string | undefined;
|
|
2856
|
+
last_used?: boolean | undefined;
|
|
2857
|
+
last_used_label?: string | undefined;
|
|
2840
2858
|
} | undefined;
|
|
2841
2859
|
} | {
|
|
2842
2860
|
id: string;
|
|
@@ -3008,6 +3026,8 @@ export declare const formsRoutes: OpenAPIHono<{
|
|
|
3008
3026
|
multiline?: boolean | undefined;
|
|
3009
3027
|
max_length?: number | undefined;
|
|
3010
3028
|
default_value?: string | undefined;
|
|
3029
|
+
last_used?: boolean | undefined;
|
|
3030
|
+
last_used_label?: string | undefined;
|
|
3011
3031
|
} | undefined;
|
|
3012
3032
|
} | {
|
|
3013
3033
|
id: string;
|
|
@@ -3436,6 +3456,8 @@ export declare const formsRoutes: OpenAPIHono<{
|
|
|
3436
3456
|
config?: {
|
|
3437
3457
|
placeholder?: string | undefined;
|
|
3438
3458
|
default_value?: string | undefined;
|
|
3459
|
+
last_used?: boolean | undefined;
|
|
3460
|
+
last_used_label?: string | undefined;
|
|
3439
3461
|
} | undefined;
|
|
3440
3462
|
} | {
|
|
3441
3463
|
id: string;
|
|
@@ -3607,6 +3629,8 @@ export declare const formsRoutes: OpenAPIHono<{
|
|
|
3607
3629
|
multiline?: boolean | undefined;
|
|
3608
3630
|
max_length?: number | undefined;
|
|
3609
3631
|
default_value?: string | undefined;
|
|
3632
|
+
last_used?: boolean | undefined;
|
|
3633
|
+
last_used_label?: string | undefined;
|
|
3610
3634
|
} | undefined;
|
|
3611
3635
|
} | {
|
|
3612
3636
|
id: string;
|
|
@@ -4037,6 +4061,8 @@ export declare const formsRoutes: OpenAPIHono<{
|
|
|
4037
4061
|
config?: {
|
|
4038
4062
|
placeholder?: string | undefined;
|
|
4039
4063
|
default_value?: string | undefined;
|
|
4064
|
+
last_used?: boolean | undefined;
|
|
4065
|
+
last_used_label?: string | undefined;
|
|
4040
4066
|
} | undefined;
|
|
4041
4067
|
} | {
|
|
4042
4068
|
id: string;
|
|
@@ -4208,6 +4234,8 @@ export declare const formsRoutes: OpenAPIHono<{
|
|
|
4208
4234
|
multiline?: boolean | undefined;
|
|
4209
4235
|
max_length?: number | undefined;
|
|
4210
4236
|
default_value?: string | undefined;
|
|
4237
|
+
last_used?: boolean | undefined;
|
|
4238
|
+
last_used_label?: string | undefined;
|
|
4211
4239
|
} | undefined;
|
|
4212
4240
|
} | {
|
|
4213
4241
|
id: string;
|
|
@@ -12,7 +12,7 @@ export declare const guardianRoutes: OpenAPIHono<{
|
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
output: {
|
|
15
|
-
name: "
|
|
15
|
+
name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
16
16
|
enabled: boolean;
|
|
17
17
|
trial_expired?: boolean | undefined;
|
|
18
18
|
}[];
|
|
@@ -167,7 +167,7 @@ export declare const guardianRoutes: OpenAPIHono<{
|
|
|
167
167
|
$get: {
|
|
168
168
|
input: {
|
|
169
169
|
param: {
|
|
170
|
-
factor_name: "
|
|
170
|
+
factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
171
171
|
};
|
|
172
172
|
} & {
|
|
173
173
|
header: {
|
|
@@ -175,7 +175,7 @@ export declare const guardianRoutes: OpenAPIHono<{
|
|
|
175
175
|
};
|
|
176
176
|
};
|
|
177
177
|
output: {
|
|
178
|
-
name: "
|
|
178
|
+
name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
179
179
|
enabled: boolean;
|
|
180
180
|
trial_expired?: boolean | undefined;
|
|
181
181
|
};
|
|
@@ -188,7 +188,7 @@ export declare const guardianRoutes: OpenAPIHono<{
|
|
|
188
188
|
$put: {
|
|
189
189
|
input: {
|
|
190
190
|
param: {
|
|
191
|
-
factor_name: "
|
|
191
|
+
factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
192
192
|
};
|
|
193
193
|
} & {
|
|
194
194
|
header: {
|
|
@@ -200,7 +200,7 @@ export declare const guardianRoutes: OpenAPIHono<{
|
|
|
200
200
|
};
|
|
201
201
|
};
|
|
202
202
|
output: {
|
|
203
|
-
name: "
|
|
203
|
+
name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
204
204
|
enabled: boolean;
|
|
205
205
|
trial_expired?: boolean | undefined;
|
|
206
206
|
};
|