@authing/guard-shim-react 4.5.3 → 4.5.4-alpha.1
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.
|
@@ -10,7 +10,8 @@ export declare enum LoginMethods {
|
|
|
10
10
|
WxMinQr = "wechat-miniprogram-qrcode",
|
|
11
11
|
AD = "ad",
|
|
12
12
|
WechatMpQrcode = "wechatmp-qrcode",
|
|
13
|
-
AuthingOtpPush = "authing-otp-push"
|
|
13
|
+
AuthingOtpPush = "authing-otp-push",
|
|
14
|
+
Passkey = "passkey"
|
|
14
15
|
}
|
|
15
16
|
export declare enum OIDCConnectionMode {
|
|
16
17
|
FRONT_CHANNEL = "FRONT_CHANNEL",
|
|
@@ -336,4 +337,5 @@ export interface ApplicationConfig {
|
|
|
336
337
|
appRobotVerify: 'always_enable' | 'disable' | 'condition_set';
|
|
337
338
|
/** 用户池的人机验证策略,始终开启、不开启、设置条件触发 */
|
|
338
339
|
userpoolRobotVerify: 'always_enable' | 'disable' | 'condition_set';
|
|
340
|
+
passkeyEnabled: boolean;
|
|
339
341
|
}
|
package/package.json
CHANGED