public class ResetUserPrincipalAuthenticationInfoOptionsDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ResetUserPrincipalAuthenticationInfoOptionsDto.UserIdType
用户 ID 类型,默认值为 `user_id`,可选值为:
- `user_id`: Authing 用户 ID,如 `6319a1504f3xxxxf214dd5b7`
- `phone`: 用户手机号
- `email`: 用户邮箱
- `username`: 用户名
- `external_id`: 用户在外部系统的 ID,对应 Authing 用户信息的 `externalId` 字段
- `identity`: 用户的外部身份源信息,格式为 `
|
| 构造器和说明 |
|---|
ResetUserPrincipalAuthenticationInfoOptionsDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
ResetUserPrincipalAuthenticationInfoOptionsDto.UserIdType |
getUserIdType() |
void |
setUserIdType(ResetUserPrincipalAuthenticationInfoOptionsDto.UserIdType userIdType) |
public ResetUserPrincipalAuthenticationInfoOptionsDto()
public ResetUserPrincipalAuthenticationInfoOptionsDto.UserIdType getUserIdType()
public void setUserIdType(ResetUserPrincipalAuthenticationInfoOptionsDto.UserIdType userIdType)
Copyright © 2022. All rights reserved.