interface IProfileService
cangjie
public interface IProfileService功能:定义用户资料服务接口。
成员概览
| 成员 | 功能 |
|---|---|
| func getProfileData(ProfileDataRequest) | 获取指定调用场景下的资料声明。 |
func getProfileData(ProfileDataRequest)
cangjie
func getProfileData(request: ProfileDataRequest): Collection<Claim>功能:获取指定调用场景下的资料声明。
参数:
- request: ProfileDataRequest - 用户资料请求。
返回值:
- Collection<Claim> - 返回资料声明集合。