Uses of Class
com.authlete.common.dto.CredentialSingleParseResponse
-
Packages that use CredentialSingleParseResponse 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 CredentialSingleParseResponse in com.authlete.common.api
Methods in com.authlete.common.api that return CredentialSingleParseResponse Modifier and Type Method Description default CredentialSingleParseResponseAuthleteApi. credentialSingleParse(CredentialSingleParseRequest request)Call Authlete's/vci/single/parseAPI.CredentialSingleParseResponseAuthleteApi. credentialSingleParse(CredentialSingleParseRequest request, Options options)Call Authlete's/vci/single/parseAPI.CredentialSingleParseResponseAuthleteApiImplV3. credentialSingleParse(CredentialSingleParseRequest request, Options options) -
Uses of CredentialSingleParseResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialSingleParseResponse Modifier and Type Method Description CredentialSingleParseResponseCredentialSingleParseResponse. setAction(CredentialSingleParseResponse.Action action)Set the next action that the credential endpoint should take.CredentialSingleParseResponseCredentialSingleParseResponse. setInfo(CredentialRequestInfo info)Set information about the credential request.CredentialSingleParseResponseCredentialSingleParseResponse. setResponseContent(String content)Set the content of the response that should be returned to the request sender.
-