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 default CredentialBatchIssueResponseAuthleteApi. credentialBatchIssue(CredentialBatchIssueRequest request)Call Authlete's/vci/batch/issueAPI.CredentialBatchIssueResponseAuthleteApi. credentialBatchIssue(CredentialBatchIssueRequest request, Options options)Call Authlete's/vci/batch/issueAPI.CredentialBatchIssueResponseAuthleteApiImplV3. credentialBatchIssue(CredentialBatchIssueRequest request, Options options) -
Uses of CredentialBatchIssueRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialBatchIssueRequest Modifier and Type Method Description CredentialBatchIssueRequestCredentialBatchIssueRequest. setAccessToken(String accessToken)Set the access token that was presented at the batch credential endpoint.CredentialBatchIssueRequestCredentialBatchIssueRequest. setOrders(CredentialIssuanceOrder[] orders)Set the credential orders that provide instructions for issuance of credentials and/or transaction IDs.
-