Uses of Class
com.authlete.common.dto.CredentialSingleIssueResponse
-
Packages that use CredentialSingleIssueResponse 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 CredentialSingleIssueResponse in com.authlete.common.api
Methods in com.authlete.common.api that return CredentialSingleIssueResponse Modifier and Type Method Description default CredentialSingleIssueResponseAuthleteApi. credentialSingleIssue(CredentialSingleIssueRequest request)Call Authlete's/vci/single/issueAPI.CredentialSingleIssueResponseAuthleteApi. credentialSingleIssue(CredentialSingleIssueRequest request, Options options)Call Authlete's/vci/single/issueAPI.CredentialSingleIssueResponseAuthleteApiImplV3. credentialSingleIssue(CredentialSingleIssueRequest request, Options options) -
Uses of CredentialSingleIssueResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialSingleIssueResponse Modifier and Type Method Description CredentialSingleIssueResponseCredentialSingleIssueResponse. setAction(CredentialSingleIssueResponse.Action action)Set the next action that the implementation of the credential endpoint should take.CredentialSingleIssueResponseCredentialSingleIssueResponse. setResponseContent(String responseContent)Set the content of the response that the implementation of the credential endpoint should return.CredentialSingleIssueResponseCredentialSingleIssueResponse. setTransactionId(String transactionId)Set the issued transaction ID.
-