Uses of Class
com.authlete.common.dto.UserInfoResponse
-
Packages that use UserInfoResponse Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
). -
-
Uses of UserInfoResponse in com.authlete.common.api
Methods in com.authlete.common.api that return UserInfoResponse Modifier and Type Method Description UserInfoResponse
AuthleteApi. userinfo(UserInfoRequest request)
Call Authlete's/auth/userinfo
API.
-