提交 253ddf6b 编写于 作者: Y youliang_1314

update IAM file

Signed-off-by: Nyouliang_1314 <youliang4@huawei.com>
上级 ff308a39
...@@ -43,6 +43,20 @@ export default { ...@@ -43,6 +43,20 @@ export default {
console.log("authV9 lockoutDuration " + result.lockoutDuration); console.log("authV9 lockoutDuration " + result.lockoutDuration);
} }
}); });
// if need tip
auth.on("tip", {
callback : (result : userIAM_userAuth.TipInfo) => {
switch (result.tip) {
case userIAM_userAuth.FaceTips.FACE_AUTH_TIP_TOO_BRIGHT:
// do something;
case userIAM_userAuth.FaceTips.FACE_AUTH_TIP_TOO_DARK:
// do something;
// ...
default:
// do others
}
}
});
auth.start(); auth.start();
console.log("authV9 start success"); console.log("authV9 start success");
} catch (error) { } catch (error) {
...@@ -249,7 +263,7 @@ callback: (result : EventInfo) => void ...@@ -249,7 +263,7 @@ callback: (result : EventInfo) => void
| 名称 | 参数类型 | 必填 | 说明 | | 名称 | 参数类型 | 必填 | 说明 |
| ------------ | ---------- | ---- | -------------------- | | ------------ | ---------- | ---- | -------------------- |
| module | number | 否 | 认证结果。 | | module | number | 否 | 认证模块。 |
| tip | number | 否 | 认证过程提示信息。 | | tip | number | 否 | 认证过程提示信息。 |
## AuthEventKey<sup>9+</sup> ## AuthEventKey<sup>9+</sup>
...@@ -298,6 +312,20 @@ on(name : AuthEventKey, callback : AuthEvent) : void ...@@ -298,6 +312,20 @@ on(name : AuthEventKey, callback : AuthEvent) : void
console.log("authV9 lockoutDuration " + result.lockoutDuration); console.log("authV9 lockoutDuration " + result.lockoutDuration);
} }
}); });
// if need tip
auth.on("tip", {
callback : (result : userIAM_userAuth.TipInfo) => {
switch (result.tip) {
case userIAM_userAuth.FaceTips.FACE_AUTH_TIP_TOO_BRIGHT:
// do something;
case userIAM_userAuth.FaceTips.FACE_AUTH_TIP_TOO_DARK:
// do something;
// ...
default:
// do others
}
}
});
auth.start(); auth.start();
console.log("authV9 start success"); console.log("authV9 start success");
} catch (error) { } catch (error) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册