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