Skip to content

interface IProfileService

cangjie
public interface IProfileService

功能:定义用户资料服务接口。

成员概览

成员功能
func getProfileData(ProfileDataRequest)获取指定调用场景下的资料声明。

func getProfileData(ProfileDataRequest)

cangjie
func getProfileData(request: ProfileDataRequest): Collection<Claim>

功能:获取指定调用场景下的资料声明。

参数:

返回值:

  • Collection<Claim> - 返回资料声明集合。