Uses of Class
com.authlete.common.dto.CredentialBatchParseResponse
-
Packages that use CredentialBatchParseResponse 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 CredentialBatchParseResponse in com.authlete.common.api
Methods in com.authlete.common.api that return CredentialBatchParseResponse Modifier and Type Method Description default CredentialBatchParseResponseAuthleteApi. credentialBatchParse(CredentialBatchParseRequest request)Call Authlete's/vci/batch/parseAPI.CredentialBatchParseResponseAuthleteApi. credentialBatchParse(CredentialBatchParseRequest request, Options options)Call Authlete's/vci/batch/parseAPI.CredentialBatchParseResponseAuthleteApiImplV3. credentialBatchParse(CredentialBatchParseRequest request, Options options) -
Uses of CredentialBatchParseResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialBatchParseResponse Modifier and Type Method Description CredentialBatchParseResponseCredentialBatchParseResponse. setAction(CredentialBatchParseResponse.Action action)Set the next action that the batch credential endpoint should take.CredentialBatchParseResponseCredentialBatchParseResponse. setInfo(CredentialRequestInfo[] info)Set information about the credential requests in the batch credential request.CredentialBatchParseResponseCredentialBatchParseResponse. setResponseContent(String content)Set the content of the response that should be returned to the request sender.
-