Skip to content

Commit 9278cd3

Browse files
author
lixueping
committed
fix: 文案
1 parent 034f605 commit 9278cd3

35 files changed

+35
-35
lines changed

docs/reference/mobile/sdk-for-android/apis/注册/signup-by-email-passcode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ authClient.signUpByEmailPassword("[email protected]", "1234", profile, options, (
144144
| ------------------------------------- | ------------------------------------------------------ | -------------------------------------- | ------------------------------------------------------------ | -------------------------------------------------------- |
145145
| clientIp | string || 客户端 IP | `192.168.0.1` |
146146
| phonePassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
147-
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
147+
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的邮箱验证码 | `1234` |
148148
| context | object || 登录/注册时传的额外参数,会存到用户自定义字段里面 | `{"phoneNumber":"188xxxx8888","phoneCountryCode":"+86"}` |
149149
| passwordEncryptType | <a href="#PasswordEncryptType">PasswordEncryptType</a> || 密码加密类型,支持 sm2 和 rsa。默认可以不加密。<br>- `none`: 不对密码进行加密,使用明文进行传输。<br>- `rsa`: 使用 RSA256 算法对密码进行加密,需要使用 Authing 服务的 RSA 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 RSA256 公钥。<br>- `sm2`: 使用 [国密 SM2 算法](https://baike.baidu.com/item/SM2/15081831) 对密码进行加密,需要使用 Authing 服务的 SM2 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 SM2 公钥。<br> | sm2 |
150150

docs/reference/mobile/sdk-for-android/apis/注册/signup-by-email-password.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ authClient.signUpByEmailPassword("[email protected]", "password", profile, option
144144
| ------------------------------------- | ------------------------------------------------------ | -------------------------------------- | ------------------------------------------------------------ | -------------------------------------------------------- |
145145
| clientIp | string || 客户端 IP | `192.168.0.1` |
146146
| phonePassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
147-
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
147+
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户邮箱的短信验证码 | `1234` |
148148
| context | object || 登录/注册时传的额外参数,会存到用户自定义字段里面 | `{"phoneNumber":"188xxxx8888","phoneCountryCode":"+86"}` |
149149
| passwordEncryptType | <a href="#PasswordEncryptType">PasswordEncryptType</a> || 密码加密类型,支持 sm2 和 rsa。默认可以不加密。<br>- `none`: 不对密码进行加密,使用明文进行传输。<br>- `rsa`: 使用 RSA256 算法对密码进行加密,需要使用 Authing 服务的 RSA 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 RSA256 公钥。<br>- `sm2`: 使用 [国密 SM2 算法](https://baike.baidu.com/item/SM2/15081831) 对密码进行加密,需要使用 Authing 服务的 SM2 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 SM2 公钥。<br> | sm2 |
150150

docs/reference/mobile/sdk-for-android/apis/注册/signup-by-phone-passcode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ authClient.signUpByPhonePassCode("+86", "188xxxx8888", "1234", profile, options,
148148
| ---- | ---- | ---- | ---- | ---- |
149149
| clientIp | string || 客户端 IP | `192.168.0.1` |
150150
| phonePassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
151-
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
151+
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户邮箱的短信验证码 | `1234` |
152152
| context | object || 登录/注册时传的额外参数,会存到用户自定义字段里面 | `{"phoneNumber":"188xxxx8888","phoneCountryCode":"+86"}` |
153153
| passwordEncryptType | string || 密码加密类型,支持 sm2 和 rsa。默认可以不加密。<br>- `none`: 不对密码进行加密,使用明文进行传输。<br>- `rsa`: 使用 RSA256 算法对密码进行加密,需要使用 Authing 服务的 RSA 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 RSA256 公钥。<br>- `sm2`: 使用 [国密 SM2 算法](https://baike.baidu.com/item/SM2/15081831) 对密码进行加密,需要使用 Authing 服务的 SM2 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 SM2 公钥。<br> | sm2 |
154154

docs/reference/sdk/csharp/authentication/注册/signup-by-email-passcode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ namespace ConsoleApplication
183183
| ---- | ---- | ---- | ---- | ---- |
184184
| clientIp | string || 客户端 IP | `192.168.0.1` |
185185
| phonePassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
186-
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
186+
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的邮箱验证码 | `1234` |
187187
| context | object || 登录/注册时传的额外参数,会存到用户自定义字段里面 | `{"phoneNumber":"188xxxx8888","phoneCountryCode":"+86"}` |
188188
| passwordEncryptType | string || 密码加密类型,支持 sm2 和 rsa。默认可以不加密。<br>- `none`: 不对密码进行加密,使用明文进行传输。<br>- `rsa`: 使用 RSA256 算法对密码进行加密,需要使用 Authing 服务的 RSA 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 RSA256 公钥。<br>- `sm2`: 使用 [国密 SM2 算法](https://baike.baidu.com/item/SM2/15081831) 对密码进行加密,需要使用 Authing 服务的 SM2 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 SM2 公钥。<br> | sm2 |
189189

docs/reference/sdk/csharp/authentication/注册/signup-by-email-password.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ namespace ConsoleApplication
177177
| ---- | ---- | ---- | ---- | ---- |
178178
| clientIp | string || 客户端 IP | `192.168.0.1` |
179179
| phonePassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
180-
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
180+
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的邮箱验证码 | `1234` |
181181
| context | object || 登录/注册时传的额外参数,会存到用户自定义字段里面 | `{"phoneNumber":"188xxxx8888","phoneCountryCode":"+86"}` |
182182
| passwordEncryptType | string || 密码加密类型,支持 sm2 和 rsa。默认可以不加密。<br>- `none`: 不对密码进行加密,使用明文进行传输。<br>- `rsa`: 使用 RSA256 算法对密码进行加密,需要使用 Authing 服务的 RSA 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 RSA256 公钥。<br>- `sm2`: 使用 [国密 SM2 算法](https://baike.baidu.com/item/SM2/15081831) 对密码进行加密,需要使用 Authing 服务的 SM2 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 SM2 公钥。<br> | sm2 |
183183

docs/reference/sdk/csharp/authentication/注册/signup-by-phone-passcode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ namespace ConsoleApplication
182182
| ---- | ---- | ---- | ---- | ---- |
183183
| clientIp | string || 客户端 IP | `192.168.0.1` |
184184
| phonePassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
185-
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
185+
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的邮箱验证码 | `1234` |
186186
| context | object || 登录/注册时传的额外参数,会存到用户自定义字段里面 | `{"phoneNumber":"188xxxx8888","phoneCountryCode":"+86"}` |
187187
| passwordEncryptType | string || 密码加密类型,支持 sm2 和 rsa。默认可以不加密。<br>- `none`: 不对密码进行加密,使用明文进行传输。<br>- `rsa`: 使用 RSA256 算法对密码进行加密,需要使用 Authing 服务的 RSA 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 RSA256 公钥。<br>- `sm2`: 使用 [国密 SM2 算法](https://baike.baidu.com/item/SM2/15081831) 对密码进行加密,需要使用 Authing 服务的 SM2 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 SM2 公钥。<br> | sm2 |
188188

docs/reference/sdk/csharp/authentication/注册/signup-by-username-password.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ namespace ConsoleApplication
178178
| ---- | ---- | ---- | ---- | ---- |
179179
| clientIp | string || 客户端 IP | `192.168.0.1` |
180180
| phonePassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
181-
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
181+
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的邮箱验证码 | `1234` |
182182
| context | object || 登录/注册时传的额外参数,会存到用户自定义字段里面 | `{"phoneNumber":"188xxxx8888","phoneCountryCode":"+86"}` |
183183
| passwordEncryptType | string || 密码加密类型,支持 sm2 和 rsa。默认可以不加密。<br>- `none`: 不对密码进行加密,使用明文进行传输。<br>- `rsa`: 使用 RSA256 算法对密码进行加密,需要使用 Authing 服务的 RSA 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 RSA256 公钥。<br>- `sm2`: 使用 [国密 SM2 算法](https://baike.baidu.com/item/SM2/15081831) 对密码进行加密,需要使用 Authing 服务的 SM2 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 SM2 公钥。<br> | sm2 |
184184

docs/reference/sdk/csharp/authentication/注册/signup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
| ---- | ---- | ---- | ---- | ---- |
173173
| clientIp | string || 客户端 IP | `192.168.0.1` |
174174
| phonePassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
175-
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
175+
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的邮箱验证码 | `1234` |
176176
| context | object || 登录/注册时传的额外参数,会存到用户自定义字段里面 | `{"phoneNumber":"188xxxx8888","phoneCountryCode":"+86"}` |
177177
| passwordEncryptType | string || 密码加密类型,支持使用 RSA256 和国密 SM2 算法进行加密。默认为 `none` 不加密。<br>- `none`: 不对密码进行加密,使用明文进行传输。<br>- `rsa`: 使用 RSA256 算法对密码进行加密,需要使用 Authing 服务的 RSA 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 RSA256 公钥。<br>- `sm2`: 使用 [国密 SM2 算法](https://baike.baidu.com/item/SM2/15081831) 对密码进行加密,需要使用 Authing 服务的 SM2 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 SM2 公钥。<br> | sm2 |
178178

docs/reference/sdk/csharp/management/注册/signup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
| ---- | ---- | ---- | ---- | ---- |
173173
| clientIp | string || 客户端 IP | `192.168.0.1` |
174174
| phonePassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
175-
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
175+
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的邮箱验证码 | `1234` |
176176
| context | object || 登录/注册时传的额外参数,会存到用户自定义字段里面 | `{"phoneNumber":"188xxxx8888","phoneCountryCode":"+86"}` |
177177
| passwordEncryptType | string || 密码加密类型,支持使用 RSA256 和国密 SM2 算法进行加密。默认为 `none` 不加密。<br>- `none`: 不对密码进行加密,使用明文进行传输。<br>- `rsa`: 使用 RSA256 算法对密码进行加密,需要使用 Authing 服务的 RSA 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 RSA256 公钥。<br>- `sm2`: 使用 [国密 SM2 算法](https://baike.baidu.com/item/SM2/15081831) 对密码进行加密,需要使用 Authing 服务的 SM2 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 SM2 公钥。<br> | sm2 |
178178

docs/reference/sdk/go/authentication/注册/signup-by-email-passcode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func main() {
167167
| ---- | ---- | ---- | ---- | ---- |
168168
| clientIp | string || 客户端 IP | `192.168.0.1` |
169169
| phonePassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
170-
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的短信验证码 | `1234` |
170+
| emailPassCodeForInformationCompletion | string || 用于注册时补全用户信息的邮箱验证码 | `1234` |
171171
| context | object || 登录/注册时传的额外参数,会存到用户自定义字段里面 | `{"phoneNumber":"188xxxx8888","phoneCountryCode":"+86"}` |
172172
| passwordEncryptType | string || 密码加密类型,支持 sm2 和 rsa。默认可以不加密。<br>- `none`: 不对密码进行加密,使用明文进行传输。<br>- `rsa`: 使用 RSA256 算法对密码进行加密,需要使用 Authing 服务的 RSA 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 RSA256 公钥。<br>- `sm2`: 使用 [国密 SM2 算法](https://baike.baidu.com/item/SM2/15081831) 对密码进行加密,需要使用 Authing 服务的 SM2 公钥进行加密,请阅读**介绍**部分了解如何获取 Authing 服务的 SM2 公钥。<br> | sm2 |
173173

0 commit comments

Comments
 (0)