Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
d47d3c88
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
d47d3c88
编写于
11月 29, 2022
作者:
L
lichenchen
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
应用账号docs仓资料一致性问题修改
Signed-off-by:
N
lichenchen
<
lichenchen15@huawei.com
>
上级
255420fa
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
7 addition
and
7 deletion
+7
-7
zh-cn/application-dev/reference/apis/js-apis-appAccount.md
zh-cn/application-dev/reference/apis/js-apis-appAccount.md
+7
-7
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-appAccount.md
浏览文件 @
d47d3c88
...
...
@@ -4563,7 +4563,7 @@ getAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo>
| 名称 | 类型 | 必填 | 说明 |
| ------- | ------ | ---- | ---------- |
| customData | {[key:
string]: Object
} | 否 | 自定义数据。 |
| customData | {[key:
string]: string
} | 否 | 自定义数据。 |
## CreateAccountImplicitlyOptions<sup>9+</sup>
...
...
@@ -4573,9 +4573,9 @@ getAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo>
| 名称 | 类型 | 必填 | 说明 |
| ------- | ------ | ---- | ---------- |
| requiredLabels |
{[key:string]: Object}
| 否 | 必须的标签。 |
| requiredLabels |
Array
<
string
>
| 否 | 必须的标签。 |
| authType | string | 否 | 鉴权类型。 |
| parameters | {[key:string]: Object} | 否 | 自定义参数对象。 |
| parameters | {[key:
string]: Object} | 否 | 自定义参数对象。 |
## SelectAccountsOptions<sup>9+</sup>
表示用于选择帐号的选项。
...
...
@@ -4598,7 +4598,7 @@ getAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo>
| -------------- | ---------------------- | ----- | -------------- |
| credentialType | string | 否 | 凭据类型。 |
| credential | string | 否 | 凭据取值。 |
| parameters | {[key:string]: Object} | 否 | 自定义参数对象。 |
| parameters | {[key:
string]: Object} | 否 | 自定义参数对象。 |
## SetPropertiesOptions<sup>9+</sup>
...
...
@@ -4609,8 +4609,8 @@ getAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo>
| 名称 | 类型 | 必填 | 说明 |
| ---------- | ---------------------- | ----- | -------------- |
| properties | {[key:string]: Object} | 否 | 属性对象。 |
| parameters | {[key:string]: Object} | 否 | 自定义参数对象。 |
| properties | {[key:
string]: Object} | 否 | 属性对象。 |
| parameters | {[key:
string]: Object} | 否 | 自定义参数对象。 |
## Constants<sup>8+</sup>
...
...
@@ -4916,7 +4916,7 @@ auth(name: string, authType: string, options: {[key:string]: Object}, callback:
| name | string | 是 | 应用帐号的名称。 |
| authType | string | 是 | 应用帐号的鉴权类型。 |
| callerBundleName | string | 是 | 鉴权类型。 |
| options | {[key: string]:
any
} | 是 | 鉴权所需要的可选项。 |
| options | {[key: string]:
Object
} | 是 | 鉴权所需要的可选项。 |
| callback |
[
AuthCallback
](
#authcallback9
)
| 是 | 回调对象,用于返回鉴权结果。 |
### authenticate<sup>deprecated</sup>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录