Google-Authenticator-4D:Google Authenticator的4D实现

时间:2021-04-16 10:44:48
【文件属性】:
文件名称:Google-Authenticator-4D:Google Authenticator的4D实现
文件大小:89KB
文件格式:ZIP
更新时间:2021-04-16 10:44:48
4D Google Authenticator 4D Google Authenticator的4D实现。 可以将其编译为一个组件,也可以将其简单地合并到您的v18 +代码中,以允许您使用 。 配置 这称为配对,您可以使用Pair方法。 它需要一次,但可能会被调用更多次,例如,如果用户购买了一部新手机。 用户只需要将应用程序下载到他们的手机上,打开它,然后单击添加按钮即可。 您将一个对象传递给Pair方法的包含3个值: 您的应用名称 用户名 用户特有的秘密。 UUID是一个很好的候选者,但是任何字符串都可以。 例如: $params:=New object $params.appName:="MyApp Name" $params.appInfo:="user name" $params.appSecret:="thx1138" // this should be unique t
【文件预览】:
Google-Authenticator-4D-main
----.gitattributes(66B)
----Project()
--------Sources()
--------DerivedData()
--------gAuthenticator.4DProject(83B)
----images()
--------validate.png(25KB)
--------pair.png(49KB)
----LICENSE(1KB)
----README.md(1KB)
----Settings()
--------buildApp.4DSettings(2KB)
----.gitignore(128B)

网友评论