Uses of Class
com.authlete.common.dto.UserInfoIssueResponse
-
Packages that use UserInfoIssueResponse Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi) and the factory class (AuthleteApiFactory).com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of UserInfoIssueResponse in com.authlete.common.api
Methods in com.authlete.common.api that return UserInfoIssueResponse Modifier and Type Method Description default UserInfoIssueResponseAuthleteApi. userinfoIssue(UserInfoIssueRequest request)Call Authlete's/auth/userinfo/issueAPI.UserInfoIssueResponseAuthleteApi. userinfoIssue(UserInfoIssueRequest request, Options options)Call Authlete's/auth/userinfo/issueAPI.UserInfoIssueResponseAuthleteApiImplV3. userinfoIssue(UserInfoIssueRequest request, Options options)Call/api/{serviceId}/auth/userinfo/issueAPI. -
Uses of UserInfoIssueResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return UserInfoIssueResponse Modifier and Type Method Description UserInfoIssueResponseUserInfoIssueResponse. setAction(UserInfoIssueResponse.Action action)Set the next action that the service implementation should take.UserInfoIssueResponseUserInfoIssueResponse. setContentDigest(String contentDigest)Set theContent-Digestheader value to add to the response message.UserInfoIssueResponseUserInfoIssueResponse. setResponseContent(String content)Set the response content which can be used as the entity body of the response returned to the client application.UserInfoIssueResponseUserInfoIssueResponse. setSignature(String signature)Set theSignatureheader value to add to the response message.UserInfoIssueResponseUserInfoIssueResponse. setSignatureInput(String signatureInput)Set theSignature-Inputheader value to add to the response message.
-