¶ Android Guard
更新时间: 2023-06-25 13:55:42
Guard Android SDK 包含 Guard 登录组件 及 用户认证 API 两部分:
Guard 登录组件 采用了全新的 语义化编程模型 (opens new window),App 通过 Guard 可以快速构建自定义风格的认证流程。
如果想自己实现认证流程,独立构建自己的登录注册等 UI 界面,可以通过 用户认证 API 部分实现。
¶ 代码地址
条目 | 说明 |
---|---|
支持版本 | Android 7.0 + |
仓库地址 | https://github.com/Authing/guard-android (opens new window) |
¶ 开始之前
在开始开发之前,需要准备以下内容:
开发设备上安装 AndroidStudio (opens new window)。
免费创建一个 Authing 帐号 (opens new window)。
在 Authing 控制台 创建一个客户端自建应用。
- 在 选择类型 时请选择:客户端应用。

- 创建完应用后,你可以根据你的业务需求来进行自定义配置,参考 应用常用配置。