Uses of Class
com.authlete.common.dto.CredentialBatchIssueRequest
-
Packages that use CredentialBatchIssueRequest 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 CredentialBatchIssueRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type CredentialBatchIssueRequest Modifier and Type Method Description CredentialBatchIssueResponse
AuthleteApi. credentialBatchIssue(CredentialBatchIssueRequest request)
Call Authlete's/vci/batch/issue
API. -
Uses of CredentialBatchIssueRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialBatchIssueRequest Modifier and Type Method Description CredentialBatchIssueRequest
CredentialBatchIssueRequest. setAccessToken(String accessToken)
Set the access token that was presented at the batch credential endpoint.CredentialBatchIssueRequest
CredentialBatchIssueRequest. setOrders(CredentialIssuanceOrder[] orders)
Set the credential orders that provide instructions for issuance of credentials and/or transaction IDs.
-