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